Skip to content

Commit 0282073

Browse files
authored
Update labels and release notes (#322)
1 parent b3ab113 commit 0282073

2 files changed

Lines changed: 20 additions & 7 deletions

File tree

.github/labeler.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ labels:
2525
title: "(?i).*improve.*"
2626
- label: "enhancement"
2727
branch: "(?i).*improve.*"
28+
- label: "documentation"
29+
title: "(?i).*document.*"
30+
- label: "documentation"
31+
branch: "(?i).*document.*"
32+
- label: "documentation"
33+
title: "(?i).*readme.*"
34+
- label: "documentation"
35+
branch: "(?i).*readme.*"
2836
- label: "code-quality"
2937
title: "(?i).*lint.*"
3038
- label: "code-quality"

.github/release.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,32 @@ changelog:
44
- ignore-for-release
55
- dependencies
66
categories:
7-
- title: "💥 Breaking Change 💥"
7+
- title: "💥 Breaking Changes"
88
labels:
99
- Semver-Major
1010
- breaking-change
11-
- title: "🎉 Enhancements & New Features 🎉"
11+
- title: "✨ New Features"
12+
labels:
13+
- feature
14+
- title: "🚀 Enhancements"
1215
labels:
1316
- Semver-Minor
1417
- enhancement
15-
- feature
16-
- title: "🐛 Bug Fixes 🐛"
18+
- title: "🐛 Bug Fixes"
1719
labels:
1820
- fix
1921
- bugfix
2022
- bug
21-
- title: "🎓 Code Quality 🎓"
23+
- title: "📚 Documentation"
24+
labels:
25+
- documentation
26+
- title: "🎓 Code Quality"
2227
labels:
2328
- code-quality
24-
- title: "🔧 Maintenance 🔧"
29+
- title: "🧰 Maintenance"
2530
labels:
2631
- chore
2732
- github_actions
28-
- title: Other Changes
33+
- title: "Other Changes"
2934
labels:
3035
- "*"

0 commit comments

Comments
 (0)