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

Hi, for consistency we would like to always append `-SNAPSHOT` even if we are on tag (for feature branches). Is there a way to always force `-SNAPSHOT`?

Hi, First of all, thanks for the work you're doing for this great plugin. To provide some context: --- I've tried to accomplish a release flow where: - the new...

bug

Hi, I am struggling a bit with the creation of pre-release version with axion on gitlab. The idea is to allow to create pre-release versions from branches and thus I...

Hello, running currentVersion with plugin version '1.14.3' gives a deprecation warning for incompat with gradle 8.0, which was recently released...this will apparently need to be migrated for it to work...

question

Hallo All, working with the just fixed #590 issue. I run into the next problem using kotlin dsl. Have a look at the failing test here: https://github.com/duschata/axion-release-plugin/blob/mcve_kotlin_closure/src/integration/groovy/pl/allegro/tech/build/axion/release/KotlinDslCompatibilityTests.groovy#L89 Kotlin needs a...

I tried to use different custom incrementers for different branches. When executing task `currentVersion` I was receiving error like: ``` * What went wrong: Execution failed for task ':currentVersion'. >...

Hi. I am using gradle kotlin DSL v8.0.2 and GitLab and I have a feature branch named "feature/foo-7". When I push code on that feature branch to remote, how can...

Hey, one of my little complaints and something that I think makes it a little bit more difficult for new learners is it needing to use the -Prelease=incrementMajor etc... It...

Tested in version 1.14.2 If for some reason the release fails when pushing the tags (I say "tags" plural due to #224) the tag is deleted locally but left on...

Given test dependencies are not part of the release, failing if there are snapshot test dependencies seems unnecessarily strict, and may require users, (i.e. me! ;) ), to disable the...

enhancement