gradle-semantic-release-plugin icon indicating copy to clipboard operation
gradle-semantic-release-plugin copied to clipboard

Gradle implementation of semantic release (https://github.com/semantic-release/semantic-release)

Results 16 gradle-semantic-release-plugin issues
Sort by recently updated
recently updated
newest added

Suppose that you just created directory, run `git init` and wrote simple build script that uses semantic-release plugin. Running it could give you an exception: ``` * What went wrong:...

When directory is not managed by git then application of plugin just fails: ``` An exception occurred applying plugin request [id: 'de.gliderpilot.semantic-release', version: '1.2.0'] > Failed to apply plugin [class...

I am having issues finding a good way to fail a build that takes place with the snapshot version strategy on the master branch. If I am building on the...

Revert commits are currently not supported. They will be shown in the change log, but - When the commit, that gets reverted and the revert where both commited after the...

enhancement

Also see #5. Using the `RebuildVersionStrategy` does allow rebuilding an already tagged version. This might be necessary, since building, tagging, pushing the tag, creating the github release, publishing artifacts to...

enhancement

The `gradle-git` is deprecated and it's replaced by `grgit` for a while: https://github.com/tschulte/gradle-semantic-release-plugin/blob/master/build.gradle#L43 can you please update it? Removal of old subdependency from maven/gradle repositories caused the breakage of the...