Skip to content

Commit 435a892

Browse files
authored
added missing release template (#197)
Signed-off-by: Tullio Sebastiani <[email protected]>
1 parent e4f8dfa commit 435a892

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
changelog:
2+
exclude:
3+
labels: ["ignore-for-release"]
4+
categories:
5+
- title: "🚀 Features"
6+
labels: ["feature", "enhancement"]
7+
- title: "🐛 Bug Fixes"
8+
labels: ["bug", "fix"]
9+
- title: "🧰 Maintenance"
10+
labels: ["chore"]

0 commit comments

Comments
 (0)