Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow grouping of footers per changelog #68

Open
maulik13 opened this issue Mar 26, 2021 · 1 comment
Open

Allow grouping of footers per changelog #68

maulik13 opened this issue Mar 26, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@maulik13
Copy link
Contributor

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.

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:


# CHANGELOG.md

Config Changes

  • foo.bar is added to handle the drink count
  • foo.super block is added to handle superpowers
    {
      "foo": {
         "super": {
             "activate": false,
             "boo": 3
        }
      }
    }
    

If you guys want, I can look in to this.

@Nightapes
Copy link
Owner

When you want you can have a look and open an PR. Is a cool feature

@Nightapes Nightapes added the enhancement New feature or request label Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants