summaryrefslogtreecommitdiffstats
path: root/.github/release.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/release.yml29
1 files changed, 29 insertions, 0 deletions
diff --git a/.github/release.yml b/.github/release.yml
new file mode 100644
index 0000000..7a00321
--- /dev/null
+++ b/.github/release.yml
@@ -0,0 +1,29 @@
+changelog:
+ categories:
+ - title: New features
+ labels:
+ - feature
+ - title: Performance improvements
+ labels:
+ - performance
+ - title: Bug fixes
+ labels:
+ - bug
+ - title: Security fixes
+ labels:
+ - security
+ - title: Code cleanups
+ labels:
+ - cleanup
+ - title: Build and CI improvements
+ labels:
+ - build
+ - title: Documentation improvements
+ labels:
+ - documentation
+ - title: Git compatibility fixes
+ labels:
+ - git compatibility
+ - title: Other changes
+ labels:
+ - '*'