Commit 219538f
authored
Add kind/breaking label for breaking changes in release notes (#79)
Breaking changes are currently invisible in the generated release notes:
they land in Features or Refactors like any other PR. Add a dedicated
kind/breaking label and a "Breaking Changes" section.
- release.yml: the section is listed FIRST, so a PR that is both a feature
and a breaking change surfaces as breaking. GitHub's release-notes config
is static and cannot key off the version being cut, but the section is
self-gating: it only renders when a PR in the range carries the label.
- labels.sh: kind/breaking in red (b60205) rather than the kind/* blue, so
it stands out on the PR list. The older unnamespaced "breaking change"
label is left untouched.
- pull_request_template.md: note that a breaking change belongs in a major
release and that the PR summary should describe the upgrade path.
Labels are not synced automatically — run .github/labels.sh after merge.1 parent 1215f71 commit 219538f
3 files changed
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
26 | 31 | | |
| 32 | + | |
27 | 33 | | |
28 | 34 | | |
29 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
| 21 | + | |
17 | 22 | | |
18 | 23 | | |
19 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
16 | 27 | | |
17 | 28 | | |
18 | 29 | | |
| |||
0 commit comments