axion-release-plugin
axion-release-plugin copied to clipboard
Gradle release & version management plugin.
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...
Bumps com.gradle.plugin-publish from 0.21.0 to 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...
Hi this should fix #395
Comparing to all dependencies in root project
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 {...
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...
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...
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...