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

Release opinions based around gradle-git

Results 58 nebula-release-plugin issues
Sort by recently updated
recently updated
newest added

I'm porting an existing set of projects to use nebula-release-plugin. Historically their release branch naming convention is `release-x.y`, for example `release-3.2`. The `nebulaRelease` extension allows you to set `releaseBranchPatterns` and...

What I'd like to have is to have an option to make the `final` task tag local repo, plus whatever else `final` is doing, but without pushing the tag to...

Allow users to store git root in local.properties

I'm using the latest version of Gradle (`7.1.1`) and the release plugin (`15.3.1`) and I'm trying to create `milestone` and `rc` releases. In order to do this, I'm setting the...

We are migrating our project from `nebula-release-plugin:13.0.0` to `16.0.0` and `gradle 7.2` Previous branch based on nebula release `13.0.0` and `gradle 6.8` runs just fine, but with `16.0.0` we are...

Is there any chance we can configure the template for devSnapshot, so it only uses the branch name which is predictable?

Release notes when prefixNameWithV==false is corrected by finding the previous tag

Fix for #204 In newer versions of java than 1.8 Grgit.open is done relative to the daemon home instead of the project home. Using project.file on the git.root parameter if...

Fix for #125: allow now spaces in `release.scope` and trim them out.

latest release according to https://plugins.gradle.org/plugin/nebula.release is 6.3.0. Updated Readme.md accordingly.