Releases: aleksandr-m/gitflow-maven-plugin
Releases · aleksandr-m/gitflow-maven-plugin
v1.21.0
v1.20.0
v1.19.0
v1.19.0 (2022-10-13)
- Fixed snapshot checking with up-to-date project info - #345
- Improved remote branch fetching comparing and checking out
- Added ability to update git submodules before commit - #348
- Added tag push on hotfix if it isn't pushed with the branch - #349
- Added fetching of remote release branch on hotfix-finish goal - #318
- Added more logs for verbose mode - #331
v1.18.0
Breaking changes
- Changed default branch to merge during release. Now tag or production branch will be merged to development branch. To restore previous behavior and merge release branch use
noBackMerge
parameter - #213 - Changed default branch to merger during hotfix. Now tag or production branch will be merged to development branch. To restore previous behavior and merge hotfix branch use
noBackMergeHotfix
parameter - #328 - Changed default versions of internal plugins
versions-maven-plugin
andtycho-versions-plugin
. Now it is set in the code and can be modified with properties - #330
---
- Added new
version-update
goal - #269 - Improved getting current version of the project - #324
- Added check for SNAPSHOT dependency in parent project definition - #64
- Added ability to use Maven version policy - #235
- Added checkout from remote for development branch in
feature-start
goal - #322 - Added ability to add push-options to git push - #319