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

Generate Changelog with mixed Commits and Merges #146

Closed
cebreus opened this issue Nov 26, 2019 · 2 comments
Closed

Generate Changelog with mixed Commits and Merges #146

cebreus opened this issue Nov 26, 2019 · 2 comments

Comments

@cebreus
Copy link

cebreus commented Nov 26, 2019

I'd like to have Changelog separated by type of messages. Filtering to Commits and Merges doesn't make sense to me.

I'd like to show:

💥 Breaking Changes

-   list commits and merges

🚀 New Features

-   list commits and merges

🐛 Bug fix

-   list commits and merges

My merges have message containing "feat: " or "Feature/". Thanks for example.

@ljharb
Copy link
Contributor

ljharb commented Nov 26, 2019

Related to #145

@cookpete
Copy link
Owner

As of 2.1.0 you can use the commit-list helper for the merges and fixes inside each release. This should let you create a custom template to list things as you describe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants