Skip to content

Releases: allegro/axion-release-plugin

axion-release-1.8.1

18 Oct 18:15
Compare
Choose a tag to compare
  • fixes in Gradle Portal publishing code, verison 1.8.0 was not published correctly

axion-release-1.8.0

18 Oct 18:15
Compare
Choose a tag to compare
  • allows on extending axion-release tasks - thanks to Maria Camenzuli for contribution
  • moves travis builds to JDK 8 only - from this time on JDK 7 compatibility is no longer tested

axion-release-1.7.2

18 Oct 18:15
Compare
Choose a tag to compare
  • better performance when scanning for tags - lazy scan instead of reading all commits at once
  • adds graceful failure on version parsing problems
  • chooses normal version over nextVersion when both on same commit

axion-release-1.7.1

18 Oct 18:15
Compare
Choose a tag to compare
  • fixes error when working on project without Git repository

axion-release-1.7.0

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

axion-release-1.6.0

18 Oct 18:16
Compare
Choose a tag to compare
  • added option to find highest version from all tags, not only current branch - thanks to ProTrent for contribution

axion-release-1.5.0

18 Oct 18:16
Compare
Choose a tag to compare
  • added ordering of tags by version when multiple found on single commit

axion-release-1.4.1

18 Oct 18:16
Compare
Choose a tag to compare
  • fixing critical bug in printing Git changes, which could block verifyRelease task

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