jmongard / Git.SemVersioning.Gradle

Gradle plugin for automatically versioning a project using semantic versioning and conventional commits with change log support based on git commit messages.
https://plugins.gradle.org/plugin/com.github.jmongard.git-semver-plugin
Apache License 2.0
38 stars 4 forks source link

fix(SemverSettings): Allow any chars buts parentheses in scopes #19

Closed sschuberth closed 1 year ago

sschuberth commented 1 year ago

This further relaxes the change done in fd5aaf6.

sschuberth commented 1 year ago

@jmongard thanks for merging (despite my typo in "buts" 😄)! I see you have some more feature branches in the works, but I'm curious whether we could get a new release with these changes any time soon 😀

sschuberth commented 1 year ago

I'm curious whether we could get a new release with these changes any time soon 😀

I see that version 0.5.0 has been tagged 2 days ago, thanks! But for some reason it's not available from the Gradle Plugin Portal yet.

jmongard commented 1 year ago

Yes, The update of the gradle publish plugin required me to add the group setting in the build file. I accidentally changed it without knowing from "gradle.plugin.com.github.jmongard" to " com.github.jmongard" so the publication got stuck and required a review from the gradle team. Hopefully this will be resolved within a few days.

jmongard commented 1 year ago

The plugin has now been approved by the gradle team 🎉