Skip to content

Commit cd4c602

Browse files
authored
ci: Add GH release configuration (#7)
1 parent 09aa6df commit cd4c602

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/release.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
authors:
6+
- octocat
7+
categories:
8+
- title: Breaking Changes
9+
labels:
10+
- breaking-change
11+
- semver-major
12+
- title: New Features
13+
labels:
14+
- enhancement
15+
- semver-minor
16+
- title: Other Changes
17+
labels:
18+
- "*"

0 commit comments

Comments
 (0)