Skip to content

Commit 702fe1b

Browse files
Merge pull request #32 from dimitriBouteille/add-release-file
💎 Add release.yml
2 parents 3637207 + 0f869fd commit 702fe1b

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
changelog:
2+
categories:
3+
- title: Breaking Changes 🛠
4+
labels:
5+
- Breaking change
6+
- title: New Features 💎
7+
labels:
8+
- Feature
9+
- title: Fixes ⛑️
10+
labels:
11+
- Fix
12+
- title: Other Changes 🖇️
13+
labels:
14+
- "*"

0 commit comments

Comments
 (0)