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 dashes as part of scope names #18

Closed sschuberth closed 1 year ago

sschuberth commented 1 year ago

A scope like "misc-utils" should be valid.

sschuberth commented 1 year ago

I wonder whether we should go even further and allow any character that's not a parenthesis. What's your opinion, @jmongard?

sschuberth commented 1 year ago

Yes, I agree

See https://github.com/jmongard/Git.SemVersioning.Gradle/pull/19.