Replies: 2 comments
-
|
I'm in favor of flagging breaking changes. We could update the PR label action to add a "breaking changes" label when there is a cc-style |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I also like the idea of including a note for breaking changes in the PR and then having automation assemble it into the release notes when those are created. That could look something like this: A step in release.sh (or a small script it calls) that, between picking START_TAG and creating the release:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In review comments on #1302 there was a minor breaking change identified. The suggestion was to capture in release notes.
However there is no mechanism to do this. Options might include
Seems like a discussion worth having especially around deprecations and changes of behaviour
Beta Was this translation helpful? Give feedback.
All reactions