We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14af23a commit 2c58c99Copy full SHA for 2c58c99
.github/release.yml
@@ -0,0 +1,37 @@
1
+# .github/release.yml
2
+
3
+changelog:
4
+ exclude:
5
+ labels:
6
+ - ignore-for-release
7
+ authors:
8
+ - amazon-auto
9
+ categories:
10
+ - title: 💥 Breaking Changes
11
12
+ - breaking
13
+ - title: 📈 Features/Enhancements
14
15
+ - enhancement
16
+ - title: 🐛 Bug Fixes
17
18
+ - bug
19
+ - title: 🛡 Security
20
21
+ - cve
22
+ - security vulnerability
23
+ - title: 🚞 Infrastructure
24
25
+ - infra
26
+ - title: 📝 Documentation
27
28
+ - docs
29
+ - title: 🛠 Maintenance
30
31
+ - maintenance
32
+ - title: 🪛 Refactoring
33
34
+ - refactor
35
+ - title: 🔩 Tests
36
37
+ - test
0 commit comments