Skip to content

Commit a31747a

Browse files
committed
📦 Add release.yml
I noticed that rdoc and irb have a release.yml. This is slightly different from theirs. It has all of the categories that I've been using for recent releases. It does _not_ add emojis to the category titles because that seems redundant when each individual PR has its own emoji. 😉
1 parent 3094fcc commit a31747a

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+
labels:
4+
- ignore-for-release
5+
categories:
6+
- title: Breaking Changes
7+
labels: ["breaking-change"]
8+
- title: Added
9+
labels: ["enhancement"]
10+
- title: Deprecated
11+
labels: ["deprecation"]
12+
- title: Fixed
13+
labels: ["bug"]
14+
- title: Documentation
15+
labels: ["documentation"]
16+
- title: Other Changes
17+
labels: ["*"]
18+
exclude:
19+
labels:
20+
- "tests-only"
21+
- "dependencies"
22+
- "workflows"
23+
authors:
24+
- "dependabot"
25+
- title: Miscellaneous
26+
labels: ["*"]

0 commit comments

Comments
 (0)