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 12d7ea5 commit 11f4ca0Copy full SHA for 11f4ca0
.github/release.yml
@@ -0,0 +1,23 @@
1
+# .github/release.yml
2
+# see: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
3
+
4
+changelog:
5
+ exclude:
6
+ labels:
7
+ - ignore-for-release
8
+ categories:
9
+ - title: Breaking Changes 🛠
10
11
+ - Semver-Major
12
+ - breaking-change
13
+ - title: New Features 🎉
14
15
+ - Semver-Minor
16
+ - enhancement
17
+ - title: Bug Fixes 🐛
18
19
+ - Semver-Patch
20
+ - bug
21
+ - title: Other Changes ✔️
22
23
+ - "*"
.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+encoding//.github/release.yml=UTF-8
0 commit comments