Skip to content

Releases: allegro/axion-release-plugin

axion-release-1.4.0

18 Oct 18:16
Compare
Choose a tag to compare
  • compatibility with Gradle 3.0

axion-release-1.3.5

18 Oct 18:17
Compare
Choose a tag to compare
  • added tagSelector option to choose from multiple tags on single commit - thanks to levsa for contribution
  • added snapshot dependencies check - thanks to vbuell for contribution

axion-release-1.3.4

18 Oct 18:17
Compare
Choose a tag to compare
  • added option to specify tag prefix per branch
  • added option to specify version incrementer per branch
  • added option to use predefined version incrementers and creators in per-branch settings
  • (internal) separated all version management logic from Gradle

axion-release-1.3.3

18 Oct 18:17
Compare
Choose a tag to compare
  • added release.version argument that should be used instead of release.forceVersion and release.nextVersion

axion-release-1.3.2

18 Oct 18:18
Compare
Choose a tag to compare
  • added possibility to read uncached, current version in hooks

axion-release-1.3.1

18 Oct 18:18
Compare
Choose a tag to compare
  • added option to treat uncommitted changes as repository change
  • added push hook action

axion-release-1.3.0

18 Oct 18:18
Compare
Choose a tag to compare
  • support for custom version incrementation rules - thanks to vbuell for contribution
  • ability to push only tags to remote repo - thanks to erichsend for contribution

axion-release-1.2.4

18 Oct 18:18
Compare
Choose a tag to compare
  • support for pre-release versions (i.e. 2.0.0-rc2) - thanks to vbuell for contribution

axion-release-1.2.3

18 Oct 18:19
Compare
Choose a tag to compare
  • support for Basic Auth username and password (GitHub tokens!)

axion-release-1.2.2

18 Oct 18:19
Compare
Choose a tag to compare
  • use newer GrGit (and JGit) version with some bugfixes
  • start using Coveralls