Skip to content

Commit ae08f91

Browse files
Add release.yml file
1 parent 321cd9a commit ae08f91

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/release.yml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# .github/release.yml
2+
3+
changelog:
4+
categories:
5+
- title: Breaking Changes
6+
labels:
7+
- Semver-Major
8+
- breaking
9+
- title: New Features
10+
labels:
11+
- Semver-Minor
12+
- enhancement
13+
- title: Bug Fixes
14+
labels:
15+
- Semver-Patch
16+
- bug
17+
- title: Devops / Setup Changes
18+
labels:
19+
- docker
20+
- setup
21+
- demo
22+
- CI
23+
- security
24+
- title: Other Changes
25+
labels:
26+
- "*"

0 commit comments

Comments
 (0)