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 12f0ebd commit a25b4b9Copy full SHA for a25b4b9
.github/release.yml
@@ -0,0 +1,24 @@
1
+# See https://docs.github.com/ja/repositories/releasing-projects-on-github/automatically-generated-release-notes#example-configuration
2
+changelog:
3
+ exclude:
4
+ labels:
5
+ - ignore-for-release
6
+ authors:
7
+ - octocat
8
+ categories:
9
+ - title: 🐛 Bug Fixes
10
+ labels: [bug]
11
+ - title: 🔥 Deprecated
12
+ labels: [deprecated]
13
+ - title: ✨ New Feature
14
+ labels: [enhancement]
15
+ - title: ⚡️ Improvement
16
+ labels: [improvement]
17
+ - title: 📝 Documentation
18
+ labels: [documentation]
19
+ - title: ♻️ Refactoring
20
+ labels: [refactoring]
21
+ - title: ⛓️ Dependencies
22
+ labels: [dependencies]
23
+ - title: Other Changes
24
+ labels: ["*"]
0 commit comments