Skip to content

Releases: allegro/axion-release-plugin

v1.15.1

22 May 06:52
41f7df3
Compare
Choose a tag to compare

What's Changed

Fixed branchVersionIncrementer cannot be serialized error.

New Contributors

Full Changelog: v1.15.0...v1.15.1

v1.15.0

20 Mar 22:33
Compare
Choose a tag to compare

What's Changed

This plugin now requires at least JDK11
1.14.x branch is open for bugfixes for people still using older JDK's.

New Contributors

Full Changelog: v1.14.4...v1.15.0

v1.14.4

09 Feb 09:25
b84cd02
Compare
Choose a tag to compare

We will be releasing axion-release-plugin@1.15.0 soon, which will require JDK11 to work.
Plugin's 1.14.x branch will be open for bug fixes only.

Big thanks to @big-andy-coates for challenging me to stop supporting JDK8 and move on to JDK11 as a base.
Your help is admirable!

What's Changed

Full Changelog: v1.14.3...v1.14.4

v1.14.3

28 Nov 15:09
bdc67d9
Compare
Choose a tag to compare

What's Changed

Changes:

  • Use @InputFile on RepositoryConfig#getCustomKeyFile by @jcgay in #560
  • PredefinedVersionCreator: added versionWithCommitHash by @mkoester in #542
  • ScmPosition: added isClean by @mkoester in #543
  • SnapshotDependenciesChecker fails for multi module project #330 by @Kindrat in #331

Updates:

New Contributors

Full Changelog: v1.14.2...v1.14.3

v1.14.2

02 Oct 19:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.1...v1.14.2

v1.14.1

15 Sep 12:20
1b6fab2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.14.0...v1.14.1

v1.14.0

03 Aug 08:11
8ae9e5b
Compare
Choose a tag to compare

This release includes support for Gradle's configuration cache.
As part of this change, configuration properties are now Gradle-managed properties.

In some cases, existing build scripts may need to be adjusted:

  • Kotlin DSL users will need to use the property.set(value) instead of assignment;
  • Users of a custom key file should use the new property customKeyFile
  • several 'setXXX' methods have been replaced with function equivalents (e.g. setSerializer -> serializer)
  • If extending an Axion task (setting the versionConfig property), please check out updated syntax in the documentation

What's Changed

New Contributors

Dependencies

Full Changelog: v1.13.14...v1.14.0

v1.13.14

06 Jun 15:56
3b9c860
Compare
Choose a tag to compare

This release introduces grade plugin marker artifact (pom) https://docs.gradle.org/current/userguide/plugins.html#sec:plugin_markers
Thank you @wiget for your support.

What's Changed

  • Bump mkdocs-material from 8.2.16 to 8.3.2 by @dependabot in #485
  • fix: customize pom, not create another publication by @wiget in #487

New Contributors

Full Changelog: v1.13.13...v1.13.14

v1.13.13

06 Jun 14:59
Compare
Choose a tag to compare

This release is only chores one - trying to fix the maven/gradle-portal jars discrepancy.

v1.13.12

05 Jun 16:56
Compare
Choose a tag to compare

This release is only chores one - trying to fix the maven/gradle-portal jars discrepancy.

Full Changelog: v1.13.11...v1.13.12