Skip to content

Commit c7f4fc8

Browse files
authored
Create standardized release template (#172)
1 parent 52b781c commit c7f4fc8

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/release.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
changelog:
2+
exclude:
3+
authors:
4+
- dependabot
5+
categories:
6+
- title: Breaking Changes
7+
labels:
8+
- "breaking-change"
9+
- title: Bug Fixes
10+
labels:
11+
- "bug"
12+
- title: New Features
13+
labels:
14+
- "enhancement"
15+
- title: Configuration
16+
labels:
17+
- "configuration"
18+
- title: Documentation
19+
labels:
20+
- "documentation"
21+
- title: Dependency Updates
22+
labels:
23+
- "dependencies"
24+
- title: Other Changes
25+
labels:
26+
- "*"

0 commit comments

Comments
 (0)