axion-release-plugin
axion-release-plugin copied to clipboard
Gradle release & version management plugin.
In the recent release we've added `scmVersion.previousVersion`. It works well for snapshots but does not quite work when building tags: - when building snapshots: `scmVersion.version=1.0.0, scmVersion.previousVersion=1.0.1-SNAPSHOT` - when building tags:...
I have the following configuration in my build.gradle file: plugins { id 'war' id 'jacoco' id 'eclipse' id 'org.sonarqube' version '3.2.0' id 'com.jfrog.artifactory' version '4.21.0' id 'maven-publish' id 'com.github.sahara3.tomcat-runner' version...
Hi, I'm looking to use this plugin for a project and am considering using the content of commit messages to drive logic to decide which `versionIncrementer` to use. e.g. Commit...
I have the following configuration in my build.gradle file: ``` scmVersion { useHighestVersion = true //Uncomment if you do not want push to remote //localOnly = true tag { prefix...
Setting `version = scmVersion.version` in build.gradle file results in an error. ``` λ .\gradlew.bat --stacktrace clean FAILURE: Build failed with an exception. * Where: Build file 'C:\Users\jmiles\code\IVR\ghsCaseWS\build.gradle' line: 10 *...
When upgrading past 1.10.2 'currentVersion' fails to determine the correct version from the tags, as shown below. Issue exists for 1.11.0 and 1.12.0 as well, introduced in 1.10.3. 1.10.2: ```...
We recently updated all of our servers and laptops to use OpenSSH 8.2p1 and now axion-release fails with a "Auth Fail" error. I spun up a snapshot of one of...
My use case might sound a little bizarre at first, but hear me on. I have a Gitlab CI pipeline that operates in different stages. All these stages do not...
My `.gitconfig` is configured in the following way: ``` [user] signingkey = 6ADCBD3FF206F341D2CF8E2C49D1B5ACCF53CA1C [commit] gpgsign = true ``` I have a hook which modifies a `package.json` and then commits it...
Dear current maintainer(s), it seems to me that this software is somewhat unmaintained, still, many people use it today and even send in pull requests that sometimes keep open for...