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

Bullet items now have too much spacing #37

Closed sschuberth closed 8 months ago

sschuberth commented 8 months ago

On the upgrade to version 0.8.0, there's now additional spacing between change log entries.

Before version 0.8.0:

image

With version 0.8.0:

image

This seems to be caused by blank lines between the bullet items in the Markdown source:

### Bug Fixes 🐞
- 2a301259513620fe2bbeef425eed9fef48f85c37 ClearlyDefinedStorage: Remove a `readInternal()` override

- 9dfa1982fce802169e3c67a7eadf8e48f4eee35a RequirementsCommand: Account for new scanner constructors

Please revert back to the original more compact representation.

sschuberth commented 8 months ago

Ah, I guess this was already fixed by d5da7312db29849da5b04e20a889ff7247ec5123 (which is unreleased yet).