axion-release-plugin
axion-release-plugin copied to clipboard
Gradle release & version management plugin.
I have a simple multi project build. I have a "root-project" that includes a "secondary-project". I would like to use the version of the "secondary-project". I used the repository.directory option:...
Bumps [org.apache.sshd:sshd-git](https://github.com/apache/mina-sshd) from 2.12.1 to 2.13.1. Release notes Sourced from org.apache.sshd:sshd-git's releases. SSHD 2.13.1 What's changed This release does not contain any code changes. It is solely to rectify the...
Bumps [org.apache.sshd:sshd-core](https://github.com/apache/mina-sshd) from 2.12.1 to 2.13.1. Release notes Sourced from org.apache.sshd:sshd-core's releases. SSHD 2.13.1 What's changed This release does not contain any code changes. It is solely to rectify the...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.25 to 9.5.27. Release notes Sourced from mkdocs-material's releases. mkdocs-material-9.5.27 Updated Estonian translations Thanks to @Eilyre for their contributions mkdocs-material-9.5.26 Fixed #7232: Tab switches on scroll when...
Bumps `jgitVersion` from 6.9.0.202403050737-r to 6.10.0.202406032230-r. Updates `org.eclipse.jgit:org.eclipse.jgit.ssh.apache` from 6.9.0.202403050737-r to 6.10.0.202406032230-r Updates `org.eclipse.jgit:org.eclipse.jgit.ui` from 6.9.0.202403050737-r to 6.10.0.202406032230-r Updates `org.eclipse.jgit:org.eclipse.jgit.gpg.bc` from 6.9.0.202403050737-r to 6.10.0.202406032230-r Updates `org.eclipse.jgit:org.eclipse.jgit` from 6.9.0.202403050737-r to 6.10.0.202406032230-r...
Bumps [com.github.mwiede:jsch](https://github.com/mwiede/jsch) from 0.2.17 to 0.2.18. Release notes Sourced from com.github.mwiede:jsch's releases. jsch-0.2.18 What's Changed Handle negated patterns according to ssh_config(5) by @bmiddaugh in mwiede/jsch#565 Dependency Updates update maven wrapper...
```./gradlew --stacktrace release -Prelease.forceVersion=0.1.0 -Prelease.versionIncrementer=incrementPatch -Prelease.disableChecks -Prelease.pushTagsOnly``` I'm using this command in a CI/CD pipeline on a repo that already has tags. But the output is saying this: ``` >...
Using pl.allegro.tech.build.axion-release version "1.17.2" we found that the release task reports the wrong version in its GitHub Actions step output. Here is a brief transcript of me reproducing this locally:...
Hello, I am using`axion-release-plugin` to manage the versioning in a project: ``` plugins { alias(libs.plugins.axion.release) } ``` Updating pl.allegro.tech.build.axion-release from version 1.17.0 to 1.17.1 results in error: The configuration is...
Exposes cached `DecoratedVersion`, and introduce isSnapshot() to `DecoratedVersion`. Fixes #678. - Introduces a method, `getDecoratedVersion()` in the `VersionConfig` class, allowing you to easily retrieve the cached decorated version, instead of...