-
Notifications
You must be signed in to change notification settings - Fork 28
🛠 Tooling: Release flow doesn't understand !
in title type
#963
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
Comments
!
in title scope!
in title type
After a quick look, I suspect this is not supported by the
However, in the angular preset documentation page, it only mentions the footer method as the way of declaring a change as breaking. And the regex in their parser would confirm that: https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-angular/src/parser.js#L3 |
Makes sense to me. That still leaves a bug of handling the
...I'm leaning towards the latter. |
Idk, if |
Let's say a PR -> commit is merged with a title like |
Yeah, good question. From the perspective of the release workflow, I would expect it to treat that as type So, I don't think the release workflow should be able to handle things that don't conform to the grammar that it supports. |
Bug Report Checklist
main
branch of the repository.Overview
#957 was merged with
feat!:
in its title. It should have prompted a new minor release 0.27.0 with entries in the changelog and release notes. Instead:Additional Info
Upstream tooling issue: JoshuaKGoldberg/create-typescript-app#1983
The PR was fine. This is a bug in the release flow, as noted by @rakleed in #752 (comment). Therefore:
Co-authored-by: @rakleed
💖
The text was updated successfully, but these errors were encountered: