You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to have some of our team members get onboard using semantic-release using go-semantic-release. And they have one use case for a changelog where they would like footers to be grouped in to a separate section.
Example,
The team will write configuration changes in a separate footer for multiple commits.
feat: ...
Config-Change: foo.bar is added to handle the drink count.
When a release is created they would then like to gather all "Config-Change" entries in to a dedicated section like so:
Hey guys, I am back with more requests :)
I am trying to have some of our team members get onboard using semantic-release using go-semantic-release. And they have one use case for a changelog where they would like footers to be grouped in to a separate section.
Example,
The team will write configuration changes in a separate footer for multiple commits.
When a release is created they would then like to gather all "Config-Change" entries in to a dedicated section like so:
# CHANGELOG.md
Config Changes
If you guys want, I can look in to this.
The text was updated successfully, but these errors were encountered: