Skip to content

Commit e4f6b06

Browse files
authored
add release.yml (#343)
1 parent 08909b5 commit e4f6b06

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/release.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# .github/release.yml
2+
3+
changelog:
4+
exclude:
5+
labels:
6+
- ignore-for-release
7+
categories:
8+
- title: Breaking Changes
9+
labels:
10+
- Semver-Major
11+
- breaking-change
12+
- title: Enhancements
13+
labels:
14+
- Semver-Minor
15+
- enhancement
16+
- title: Bug Fixes
17+
labels:
18+
- Semver-Patch
19+
- bug
20+
- title: Documentation
21+
labels:
22+
- documentation
23+
- title: Dependency Updates
24+
labels:
25+
- dependencies

0 commit comments

Comments
 (0)