axion-release-plugin
axion-release-plugin copied to clipboard
Gradle release & version management plugin.
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.40 to 9.5.42. Release notes Sourced from mkdocs-material's releases. mkdocs-material-9.5.42 Fixed #7625: Invalid encoding of boolean attributes in privacy plugin Fixed #7624: Crash when disabling privacy plugin...
The plugin was working just fine until this release. Now it returning the wrong version. Here is the output of `git tag`: ``` 1.0.0 1.1.0 1.1.0-SNAPSHOT 1.2.0 1.2.0-SNAPSHOT 1.3.0 1.3.0-SNAPSHOT...
Fix for https://github.com/allegro/axion-release-plugin/issues/826 Adding information about missing tags
I have a repository which contains multiple gradle projects (not subprojects, but independent builds) and I wish to keep them on the same version. I understand it is possible to...
> I saw it couple times in our project, sometimes the plugin probably does not detect any tag or something and it will create default initial version of `0.1.0` even...
It's over a year from Oracle dropping support for JDK11, it's time to move the baseline to 17 :)
Currently axion publishes `released-version`, which can then be used to e.g. trigger a deployment. There are cases, when it is required to publish a snapshot version, without release. It would...
### Expected behavior ```kotlin scmVersion { versionIncrementer = PredefinedVersionCreator.INCREMENT_MINOR.versionIncrementer } ``` ### Current behavior ```kotlin scmVersion { versionIncrementer = VersionProperties.Incrementer { it.currentVersion.incrementMinorVersion() } } ``` ### Context There are 2...