Skip to content

Latest commit

 

History

History
82 lines (52 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

82 lines (52 loc) · 2.79 KB

Changelog

v1.3.1

  • Added ability to set version in non interactive mode (see #25)
  • Don't merge/tag/fetch/push to the same branch when using single branch model like GitHub Flow (see #22)

v1.3.0

  • Remote interaction. Added fetchRemote and pushRemote parameters.
  • Updated default executable names (see #20)

v1.2.3

  • Added featureSquash parameter which allows to squash feature commits (see #17)
  • Added ability to rebase or merge w/o no-ff option in release goals (see #14)
  • Fixed #18 - Executing commands with verbose parameter

v1.2.2

  • Added allowSnapshots parameter to allow SNAPSHOT dependencies on releasing (see #10)
  • Dependencies versions updated

v1.2.1

  • Added commitMessages configuration which allows to customize commit messages (see #8)
  • Added maven site

v1.2.0

  • Added release goal for creating releases w/o separate release branch
  • Added sameBranchName parameter which allows to use the same name for the release branch (see #5)
  • Fixed #7 - Correctly set empty value to Git configuration
  • Improved commands execution

v1.1.0

  • Added support for Eclipse plugins build with Tycho
  • Skipped checking out unnecessary branch when skipTestProject is set to true
  • Improved error log

v1.0.8

  • Fixed issue #3 - on *nix systems return values from git for-each-ref are wrapped in quotes
  • Added null check on getting current project version
  • Small code improvements

v1.0.7

  • Reduced spam to console
  • Added verbose parameter
  • Small code improvements

v1.0.6

  • Setting git flow configuration into project git configuration
  • Nicer prompt

v1.0.5

  • Added installProject parameter
  • Added skipTestProject parameter
  • Added skipFeatureVersion parameter
  • Added auto generated help goal

v1.0.1-alpha4

  • Added support for releasing in non-interactive (batch) mode
  • Small code improvements

v1.0.1-alpha3

  • Added keepBranch parameter
  • Fixed issue #1 - using commands to check for uncommitted changes

v1.0.1-alpha2

  • Added skipTag parameter

v1.0.1-alpha1

  • Initial version