git-cl icon indicating copy to clipboard operation
git-cl copied to clipboard

Allow collection of changelog entries headed by a markdown title

Open OldhamMade opened this issue 5 years ago • 0 comments

It would be great if there could be an option/flag to capture changelog entries that where headed with a markdown title instead of the [changelog] header.

For example:

## Changelog
added: some addition you made that you want in your changelog
changed: some change you made that you want in your changelog
deprecated: some deprecation notice you want in your changelog
removed: some removal you want in your changelog
fixed: some fix you want in your changelog
security: some security fix you want in your changelog

This would help with collecting changelog entries created in Github PR descriptions that use markdown for formatting, which often become git commit messages when merged.

OldhamMade avatar Nov 11 '20 15:11 OldhamMade