Skip to content

Commit 3af2393

Browse files
authored
Reorder release notes labels (#2599)
Problem: Many of our test changes also include markdown file changes, and the docs label is prioritized in our release notes over tests. This means that the docs sections of the notes often contained many tests changes. Solution: Prioritize the test label first over docs to hopefully better organize release notes.
1 parent 574b6e5 commit 3af2393

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ changelog:
1515
- title: 📦 Helm Chart
1616
labels:
1717
- helm-chart
18-
- title: 📝 Documentation
19-
labels:
20-
- documentation
2118
- title: 🧪 Tests
2219
labels:
2320
- tests
21+
- title: 📝 Documentation
22+
labels:
23+
- documentation
2424
- title: 🧹 Tech debt
2525
labels:
2626
- tech-debt

0 commit comments

Comments
 (0)