Git.SemVersioning.Gradle icon indicating copy to clipboard operation
Git.SemVersioning.Gradle copied to clipboard

Gradle plugin for automatically versioning a project using semantic versioning and conventional commits with change log support based on git commit messages.

Results 3 Git.SemVersioning.Gradle issues
Sort by recently updated
recently updated
newest added

I am attempting to run two Gradle tasks on the same command line, using the following command: `./gradlew releaseVersion build` However, when executing the releaseVersion and build tasks together, I...

question

Having a commit message like [this](https://github.com/oss-review-toolkit/ort/commit/3f4073f858fd407364409746cb6e802a3aff334c) `feat(reporter): Use block for issue messages` results in release notes being rendered like [this](https://github.com/oss-review-toolkit/ort/releases/tag/13.0.0) ![image](https://github.com/jmongard/Git.SemVersioning.Gradle/assets/349154/f82968ea-c66e-47d6-9b9d-a0519cff7ddc) because the `` is taken literally and being interpreted...

bug

Hi there, I think having a Settings plugin to set the version from this plugin as the `project.version` property would be nice! The behavior is inspired from the [reckon](https://github.com/ajoberstar/reckon) plugin....

enhancement