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

feat: support grouping by commit message/PR title #196

Closed
wants to merge 4 commits into from

Conversation

pat-s
Copy link
Contributor

@pat-s pat-s commented Oct 4, 2024

fix #185 #44

This adds the ability to group by commit messages / PR titles in addition to grouping by labels.
Label grouping is preferred and the latter is only used if no label is found.

Besides supporting conventional commits and other styles, this also adds support for grouping commits without PRs accordingly, e.g. when using the automerge: branch feature from renovate, which doesn't issue a PR and hence has no labels.

@pat-s pat-s added the feature Add new feature label Oct 4, 2024
@pat-s pat-s requested a review from anbraten October 4, 2024 09:40
@pat-s pat-s marked this pull request as ready for review October 4, 2024 09:47
@anbraten
Copy link
Member

I am not a huge fan of such a mixed system and would favor sticking to one release system (pr labels or conventional commits).

@pat-s
Copy link
Contributor Author

pat-s commented Oct 18, 2024

OK, fair enough, I guess I need to maintain a fork then.

@pat-s pat-s closed this Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Add new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Smart grouping for commits from renovate (e.g. branch automerge mode)
2 participants