Skip to content

Commit 0c3ea34

Browse files
authored
Merge pull request #43 from Shopify/vs/add_release_file
Add release.yml file
2 parents 912758e + e90bcc3 commit 0c3ea34

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/release.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# release.yml
2+
3+
changelog:
4+
exclude:
5+
labels:
6+
- dependencies
7+
- chore
8+
authors:
9+
- dependabot
10+
categories:
11+
- title: 🚧 Breaking Changes
12+
labels:
13+
- breaking-change
14+
- title: ✨ Enhancements
15+
labels:
16+
- enhancement
17+
- title: 🐛 Bug Fixes
18+
labels:
19+
- bugfix
20+
- title: 🛠 Other Changes
21+
labels:
22+
- "*"

0 commit comments

Comments
 (0)