Skip to content

Commit 42bc2fd

Browse files
committed
Don't mention release notes in docs
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent c76cc67 commit 42bc2fd

File tree

2 files changed

+28
-11
lines changed

2 files changed

+28
-11
lines changed

.github/release.yml

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,32 @@
33
changelog:
44
exclude:
55
labels:
6-
- release-notes/ignore
6+
- chore
77
categories:
8-
- title: New Features or Improvements
8+
- title: 🛠 Breaking Changes
99
labels:
10-
- kind/enhancement
11-
- title: Bug Fixes
10+
- breaking-change
11+
- title: 🎉 New Features
1212
labels:
13-
- kind/bugfix
13+
- enhancement
14+
- title: 🐛 Bug Fixes
15+
labels:
16+
- bug
17+
- title: 🔒 Security Fixes
18+
labels:
19+
- security
20+
- title: 🚀 Performance Improvements
21+
labels:
22+
- performance
23+
- title: 👒 Dependencies
24+
labels:
25+
- dependencies
26+
- title: 📚 Documentation
27+
labels:
28+
- documentation
29+
- title: 🔬 Testing
30+
labels:
31+
- testing
32+
- title: 📝 Other Changes
33+
labels:
34+
- "*"

docs/github-labels.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
# **PRs**
22

3-
To categorize PRs, we use GitHub labels. Before a PR can be merged, it must be assigned one of the following **kind/** labels, as these labels are used to generate automatic release notes:
3+
To categorize PRs, we use GitHub labels. Before a PR can be merged, it must be assigned one of the following **kind/** labels.
44

55
- **kind/enhancement** - For PRs that add new features or improve existing functionality. This label should also be applied to PRs that improve documentation and testing, for example.
66
- **kind/bugfix** - For PRs that resolve bugs.
77
- **kind/refactor** - For PRs that improve code without changing its behavior.
88
- **kind/dependencies** - For PRs that update dependencies or related components.
99

10-
## PR release notes
11-
12-
GitHub release notes are automatically generated from PRs based on the assigned **kind/** labels, along with the PR title. To exclude PRs from release notes, add the **release-notes/ignore** label.
13-
1410
---
1511

1612
# **Issues**
@@ -48,7 +44,7 @@ In addition to lifecycle labels, we use the following labels to further categori
4844

4945
# **Issues & PRs**
5046

51-
In addition to **kind/*** labels, we use optional **area/*** labels to specify the focus of a PR or issue. These labels are purely for categorization, are not mandatory, and are not used for release notes.
47+
In addition to **kind/*** labels, we use optional **area/*** labels to specify the focus of a PR or issue. These labels are purely for categorization, and are not mandatory.
5248

5349
- **area/documentation** – Related to documentation updates or improvements.
5450
- **area/API** – Related to the API or public interface.

0 commit comments

Comments
 (0)