Skip to content

Releases: allegro/axion-release-plugin

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

v1.13.11

03 Jun 14:15
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.10...v1.13.11

v1.13.10 - Kotlin dsl improvements

01 Jun 07:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.13.9...v1.13.10

v1.13.9

23 May 22:48
Compare
Choose a tag to compare

This release enables PredefinedVersionCreator to successfully detect main branch.

v1.13.8

23 May 22:17
2117759
Compare
Choose a tag to compare

Maven and Gradle artifacts were different due to bug in publishing workflow (#462), this release does not provide any runtime changes.