BobAnkh / auto-generate-changelog

A Github Action to generate CHANGELOG automatically according to conventional commits. Feel free to contribute!
Apache License 2.0
81 stars 22 forks source link

[enhancement] Hide lines in release info when copy it to changelog #24

Closed BobAnkh closed 3 years ago

BobAnkh commented 3 years ago

Is your feature request related to a problem? Please describe

It would be more beautiful for some lines in release info like See CHANGELOG for more details not to appear in the changelog.

Description of the new feature/enhancement

Users can use comment block to surround the lines that would not appear in changelog.

Use format like below will hide the line in CHANGELOG:

<!-- HIDE IN CHANGELOG BEGIN -->
See CHANGELOG for more details.
<!-- HIDE IN CHANGELOG END -->

Proposed technical implementation details (optional)

Match the block in release info and remove them.

Additional context

issue-label-bot[bot] commented 3 years ago

Issue-Label Bot is automatically applying the label enhancement to this issue, with a confidence of 1.00. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

gitmagic-app[bot] commented 3 years ago

All sorted. :thumbsup:

gitmagic-app[bot] commented 3 years ago

Everything looks good :thumbsup:

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue.