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

Group commit messages by scope #187

Open
1 task
maxnyby opened this issue Apr 11, 2024 · 0 comments
Open
1 task

Group commit messages by scope #187

maxnyby opened this issue Apr 11, 2024 · 0 comments

Comments

@maxnyby
Copy link

maxnyby commented Apr 11, 2024

Describe the feature

If feats or fixes contain multiple commits in the same scope, it would be nice if they were grouped together under a common heading, or maybe just sorted together in the output.
I think it would make it easier for a consumer to visually parse which parts a version is touching on.

Example

In stead of this:

### 🩹 Fixes
Fixed some typos in code comments. (123456)
**UI:** Changed the background to use our brand color. (123457)
**Tests:** Fixed a regression due to a bad test case. (123458)
**UI:** Added proper padding between navbar and content. (123459)

This would be nice:

### 🩹 Fixes
Fixed some typos in code comments. (123456)

#### UI
Changed the background to use our brand color. (123457)
Added proper padding between navbar and content. (123459)

#### Tests
Fixed a regression due to a bad test case. (123458)

Additional information

  • Would you be willing to help implement this feature?
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

1 participant