-
Notifications
You must be signed in to change notification settings - Fork 108
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
Release notes don't display breaking changes obviously #382
Comments
Goreleaser uses a regex against the PR title to match if upon merge it should be added to a given group (i.e. the "Breaking changes" group). So far we look for the following prefix - Line 26 in 06ed599
Ticking the box and/or adding additional info in the description is useful to inform others and to highlight to the maintainers to make sure the title includes the necessary prefix so it gets handled properly in the release notes. It would be nice if there's a way to automate that in some way, i.e. ticking a box to alter the PR title, but I'm not aware of anything like that. In any case, this part is missing from the docs, so I'll push an update to our guidelines 😃 |
Gotcha. I would like to honor the |
FWIW the "BREAKING CHANGE" convention in convention commits isn't supposed to go in the PR title, it's supposed to be a footer. So I think looking for |
Fixes #382 Signed-off-by: Zack Newman <zjn@chainguard.dev>
#354 is marked as breaking:
refactor!
with a!
in the conventional commitHowever, it's in the 0.4.0 release, which doesn't call it out specifically. Should it?
(Or did I do something wrong?)
The text was updated successfully, but these errors were encountered: