Make breaking releases more apparent #53
kettanaito
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now, a breaking release happens if your commit message contains the phrase "BREAKING CHANGE". Since people can have different merge strategies on GitHub, they may accidentally be putting pull request descriptions into commit messages. Those descriptions may include phrases like "not a breaking change", making Release to treat this commit as a breaking change. It's silly.
Proposal
I have two ideas in mind:
!
character support as per semantic commit messages. The problem is, the third-party lib we're using to parse commit messages doesn't support thefix(some)!: change
notation that indicates breaking changes.Beta Was this translation helpful? Give feedback.
All reactions