Skip to content

Commit 8a54504

Browse files
authored
Define changelog categories and exclusions
Added categories for changelog with various labels and exclusions.
1 parent c9087ca commit 8a54504

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

.github/.github/release-yml.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
changelog:
2+
categories:
3+
- title: "🛡️ Security Fixes"
4+
labels:
5+
- "security"
6+
- "vulnerability"
7+
- "cve"
8+
- title: "⚠️ Breaking Changes"
9+
labels:
10+
- "breaking-change"
11+
- "major"
12+
- title: "🚀 New Features"
13+
labels:
14+
- "feature"
15+
- "enhancement"
16+
- "new-stuff"
17+
- title: "🐛 Bug Fixes"
18+
labels:
19+
- "bug"
20+
- "fix"
21+
- "patch"
22+
- title: "📦 Dependency Upgrades"
23+
labels:
24+
- "dependencies"
25+
- "dependencies-label"
26+
- title: "📖 Documentation"
27+
labels:
28+
- "documentation"
29+
- "docs"
30+
- title: "🧪 Testing & QA"
31+
labels:
32+
- "tests"
33+
- "qa"
34+
- title: "🏠 Maintenance & Refactoring"
35+
labels:
36+
- "chore"
37+
- "refactor"
38+
- "performance"
39+
- title: "🤖 CI/CD & Build"
40+
labels:
41+
- "ci"
42+
- "github-actions"
43+
- "build"
44+
exclude:
45+
labels:
46+
- "skip-changelog"
47+
- "wip"
48+
- "duplicate"
49+
authors:
50+
- "github-actions[bot]"

0 commit comments

Comments
 (0)