rhysd / changelog-from-release

Simple changelog generator from GitHub releases
https://github.com/rhysd/changelog-from-release/blob/master/CHANGELOG.md
MIT License
83 stars 14 forks source link

Disable automatic tag addition to title #20

Closed udenr closed 1 year ago

udenr commented 1 year ago

We started using this automation in some of our projects and noticed that after the release title there is always the tag. But since we already have the version number in the release title anyway, it is now twice in a row. e.g. Minesweeper (Privacy Friendly) v1.2.0 (v1.2.0).

Is it possible to turn off the automatic addition of the tag or leave the tag out if it is already in the title? It's only a minor inconvenience, but would be great if that would be possible.

rhysd commented 1 year ago

Yes, that's possible by adding new flag. Or it may be better to avoid including tags by checking if the title already includes the tag or not.

However, isn't it sufficient to remove the version from the title like Minesweeper (Privacy Friendly)?

rhysd commented 1 year ago

v3.7.0 fixed this.

https://github.com/rhysd/changelog-from-release/releases/tag/v3.7.0

udenr commented 1 year ago

Thank you for the quick fix!