Skip to content

Releases: aleksandr-m/gitflow-maven-plugin

v1.21.0

25 Dec 12:17
Compare
Choose a tag to compare

v1.21.0 (2023-12-25)

  • Updated Java minimum version to 8 - #369
  • Added console prompter wrapper

v1.20.0

01 Jun 10:31
Compare
Choose a tag to compare

v1.20.0 (2023-06-01)

  • Fixed creation of the release branch in hotfix-finish goal - #391
  • Improved console error logs - #383
  • Added option to skip merging into development branch in release-finish goal - #237
  • Added back merge to release goal - #375
  • Updated dependencies - #365

v1.19.0

13 Oct 19:13
Compare
Choose a tag to compare

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

17 Mar 19:51
Compare
Choose a tag to compare

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 and tycho-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