We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd71cd commit fbb3ae0Copy full SHA for fbb3ae0
.github/release.yml
@@ -0,0 +1,28 @@
1
+changelog:
2
+ exclude:
3
+ authors: [dependabot, github-actions, pre-commit-ci]
4
+ categories:
5
+ - title: 🎉 New Features
6
+ labels: [feature]
7
+ - title: 🐛 Bug Fixes
8
+ labels: [fix]
9
+ - title: 🛠 Enhancements
10
+ labels: [enhancement, DX, UX]
11
+ - title: 📖 Documentation
12
+ labels: [docs]
13
+ - title: 🧹 House-Keeping
14
+ labels: [housekeeping]
15
+ - title: 🚀 Performance
16
+ labels: [performance]
17
+ - title: 💡 Refactoring
18
+ labels: [refactor]
19
+ - title: 🧪 Tests
20
+ labels: [tests]
21
+ - title: 💥 Breaking Changes
22
+ labels: [breaking]
23
+ - title: 🔒 Security Fixes
24
+ labels: [security]
25
+ - title: 🏥 Package Health
26
+ labels: [pkg]
27
+ - title: 🤷♂️ Other Changes
28
+ labels: ["*"]
0 commit comments