axion-release-plugin icon indicating copy to clipboard operation
axion-release-plugin copied to clipboard

Gradle release & version management plugin.

Results 177 axion-release-plugin issues
Sort by recently updated
recently updated
newest added

When using VersionCreator "versionWithBranch" I would not only expect "currentVersion" command to return branch suffix on version but also "release" command to create an identical tag in git repository. But...

I'm looking for a little help with workflow. Lets say I've been developing a component and I have done a `markNextVersion` to create an alpha tag `release-1.0.0-alpha`. When I think...

When running gradle release in my project locally I get the following error - Working on released version 1.0.3, nothing to release Pushing all to remote: origin Exception occurred during...

Hi, Thanks for the hard work on this plugin. I'm currently trying to implement this plugin on our mono repo multi project. However one of our requirements is to increment...

Maintaining separate versions for sub-projects is very useful but then releasing must be done with care - projects with internal dependencies need to be released manually one after the other...

Hi, We tried to add axion-release-plugin to existing project but we encountered following problem: * What went wrong: (plain error message without --debug --stacktrace) > Execution failed for task ':release'....

The SnapshotDependenciesChecker does not work in some circumstances. 1. It does not detect a snapshot buildscript in the 'buildscript' section. ` buildscript { dependencies { classpath 'pl.allegro.tech.build:axion-release-plugin:1.9.0-SNAPSHOT' } } `...

Hello, strangely when using "createReleaseCommit true" axion always creates 3 empty commits and only the last commit is tagged. I would have expected only one empty commit. I'm using a...

Hi I encountered following issue: * Where: Build file 'build.gradle' line: 86 * What went wrong: A problem occurred evaluating root project 'transformation-platform'. > com.github.zafarkhaja.semver.UnexpectedCharacterException (no error message) After a...

``` $ git describe 1.2.3-1-gc18d12c ``` When executed from subdirectory I expect ``` $ ./gradlew cV -q Project version: 1.2.3-SNAPSHOT ``` But actually I get ``` $ ./gradlew cV -s...