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

Duplicate "Other Changes" section #54

Closed sschuberth closed 4 months ago

sschuberth commented 4 months ago

E.g. in this release we have "Other Changes" twice:

image

The upper one only contains refactor commits, so the section should have been "Refactorings".

jmongard commented 4 months ago

It looks like this is an error introduced in #46. Should be easy to fix.

jmongard commented 4 months ago

I have restored the refactor default text in 0.12.4

jmongard commented 4 months ago

Refactorings looks good in your latest release: https://github.com/oss-review-toolkit/ort/releases/tag/16.0.0

sschuberth commented 4 months ago

Refactorings looks good in your latest release: https://github.com/oss-review-toolkit/ort/releases/tag/16.0.0

Indeed, thanks, forgot to check 😸