What's Changed
Configurable Git tag messages
You can now customize the message used when creating Git tags via plugin configuration.
Thanks to @ebAtUelzener for the contribution! (#1006)
Improved testing matrix
The CI build matrix has been expanded to validate the plugin against a broader combination of Gradle and Java versions. Tests now cover supported Gradle 7.x, 8.x, 9.x, and current development versions on multiple JDK releases (17, 21, 25, and the latest available early-access JDK where applicable).
Changed
- fix implicit lookup of properties and methods in parent projects in tests by @bgalek in #1045
- Fix IllegalStateException when plugin is applied in pluginManagement by @tadjan in #1051
- Bump org.bouncycastle:bcprov-jdk18on from 1.82 to 1.84 by @dawid-nieborak in #1058
- Feature: tag message from config (#453) by @ebAtUelzener in #1006
Dependency updates
- Bump net.java.dev.jna:jna-platform from 5.19.0 to 5.19.1 by @dependabot[bot] in #1038
- Bump codecov/codecov-action from 6 to 7 by @dependabot[bot] in #1035
- Bump pl.allegro.tech.build.axion-release from 1.21.1 to 1.21.2 by @dependabot[bot] in #1034
- Bump net.bytebuddy:byte-buddy from 1.18.10 to 1.18.11 by @dependabot[bot] in #1046
- Bump org.junit.jupiter:junit-jupiter from 6.1.1 to 6.1.2 by @dependabot[bot] in #1053
- Bump actions/checkout from 6 to 7 by @dependabot[bot] in #1040
- Bump mkdocs-material from 9.7.6 to 9.7.7 by @dependabot[bot] in #1050
- Bump org.apache.sshd:sshd-git from 2.18.0 to 2.19.0 by @dependabot[bot] in #1047
- Bump gradle/actions from 6 to 6.2.0 by @dependabot[bot] in #1057
- Bump jgit from 7.4.0.202509020913-r to 7.7.1.202607240634-r by @dependabot[bot] in #1052
- Bump org.objenesis:objenesis from 3.5 to 3.6 by @dependabot[bot] in #1059
New Contributors
- @tadjan made their first contribution in #1051
- @dawid-nieborak made their first contribution in #1058
- @ebAtUelzener made their first contribution in #1006
Full Changelog: v1.21.2...v1.21.3