What's Changed
Changed
We continue streamlining GitHub Workflows (and CI runtimes in general).
This release is introducing unshallowRepoOnCI
incubating option,
that will unshallow the git repository, so the axion-release-plugin
can successfully read tags history despite your CI clone strategy.
Usage:
scmVersion {
unshallowRepoOnCI.set(true)
}
Now, you can simplify your GitHub Actions config:
steps:
- uses: actions/checkout@v4
- with:
- fetch-depth: 0
After more testing with other CI pipelines, this option will probably be enabled by default.
- Unshallow repo on CI by @radoslaw-panuszewski in #790
Dependency updates
- Bump org.apache.sshd:sshd-core from 2.13.1 to 2.13.2 by @dependabot in #787
- Bump pl.allegro.tech.build.axion-release from 1.18.2 to 1.18.3 by @dependabot in #785
- Bump mkdocs-material from 9.5.30 to 9.5.31 by @dependabot in #784
- Bump org.apache.sshd:sshd-git from 2.13.1 to 2.13.2 by @dependabot in #786
Full Changelog: v1.18.3...v1.18.4