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! I have a simple project with axion set up: ``` scmVersion { branchVersionCreator = [ 'rc/.*' : 'simple' ] branchVersionIncrementer = [ 'rc/.*' : ['incrementPrerelease', [initialPreReleaseIfNotOnPrerelease: 'rc1']] ] }...

Bumps [pl.allegro.tech.build.axion-release](https://github.com/allegro/axion-release-plugin) from 1.13.14 to 1.14.0. Release notes Sourced from pl.allegro.tech.build.axion-release's releases. v1.14.0 This release includes support for Gradle's configuration cache. As part of this change, configuration properties are now...

dependencies
java

Bumps com.gradle.plugin-publish from 0.21.0 to 1.0.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradle.plugin-publish&package-manager=gradle&previous-version=0.21.0&new-version=1.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java
next release

Comparing to all dependencies in root project

next release

Hello I am running multi-project architecture and we are doing version per module. Let's say we Have ProjectA and ProjectB. Both projects contain _build.gradle.kts_ with following lines: ``` plugins {...

enhancement

I'm working on a project, were the Gradle project is in a sub-directory of the Git repository, like this: ``` └── root-directory Configure project : Failed to open repository, trying...

bug
hacktoberfest

CI servers typically do a shallow clone by default without the complete history. Especially Gitlab CI clones by default the last 20 commits which makes this plugin work as expected...

hacktoberfest
good-first-issue

Please make your plugin more Kotlin DSL friendly. Using Groovy Closures is *not* the preferred way to make anything happen in Gradle - use Action instead of closures to allow...

enhancement
help wanted
hacktoberfest