You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2024. It is now read-only.
However I'm having a hard time making it work from PRs. We want to have some instructions for PRs that introduce breaking changes so that the notes are properly reflected in release notes.
I'm seeing in the code that there is some functionality for breaking changes:
actions/packages/automatic-releases/src/main.ts
Line 222 in 9ecff5f
And here's the function that checks for breaking changes.
actions/packages/automatic-releases/src/utils.ts
Line 144 in 9ecff5f
However I'm having a hard time making it work from PRs. We want to have some instructions for PRs that introduce breaking changes so that the notes are properly reflected in release notes.
I was able to make this work by directly committing to the main branch (here https://github.com/spring1843/karpenter/releases/tag/v0.101.126), but unable to make it work in a PR.
So the question is, where should the message
BREAKING CHANGE: description
be entered in the context of the PR?Is it the PR title? The PR description body? The last line of the PR description body (i.e. footer)?
Or is it the title, body, footer of the commit you create when you merge a PR?
The text was updated successfully, but these errors were encountered: