Releases: allegro/axion-release-plugin
Releases · allegro/axion-release-plugin
axion-release-1.8.3
- fixes issue with obtaining SSH credentials - thanks to Cliffred van Velzen for contribution
- issue with ordering of tags when using alpha versions - thanks to Cliffred van Velzen for contribution
axion-release-1.8.2
- prints errors from remote when remote rejects push (they were silently ignored before this change) - thanks to mareck for contribution
-Prelease.forceVersion
no longer forces -SNAPSHOT when forced version is equal to current version
axion-release-1.8.1
- fixes in Gradle Portal publishing code, verison 1.8.0 was not published correctly
axion-release-1.8.0
- 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
- 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
- fixes error when working on project without Git repository
axion-release-1.7.0
- compatibility with Gradle 4.0
axion-release-1.6.0
- added option to find highest version from all tags, not only current branch - thanks to ProTrent for contribution
axion-release-1.5.0
- added ordering of tags by version when multiple found on single commit
axion-release-1.4.1
- fixing critical bug in printing Git changes, which could block
verifyRelease
task