Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e658d49

Browse files
committed
Add release.yaml for labels
1 parent a89c1bd commit e658d49

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/release.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
authors:
6+
- octocat
7+
categories:
8+
- title: 🛠 Breaking Changes 🛠
9+
labels:
10+
- Version-Major
11+
- title: 🎉 Enhancements 🎉
12+
labels:
13+
- Version-Minor
14+
- title: 🩹 Patches 🩹
15+
labels:
16+
- Version-Patch
17+
- title: 📖 Documentation 📖
18+
labels:
19+
- documentation
20+
- title: 🤷 Other Changes 🤷
21+
labels:
22+
- "*"

0 commit comments

Comments
 (0)