summaryrefslogtreecommitdiffstats
path: root/.github/release.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 19:55:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 19:55:48 +0000
commit8be448d3881909fb0ce4b033cad71aa7575de0aa (patch)
treeda33caff06645347a08c3c9c56dd703e4acb5aa3 /.github/release.yml
parentInitial commit. (diff)
downloadlsprotocol-8be448d3881909fb0ce4b033cad71aa7575de0aa.tar.xz
lsprotocol-8be448d3881909fb0ce4b033cad71aa7575de0aa.zip
Adding upstream version 2023.0.0.upstream/2023.0.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/release.yml')
-rw-r--r--.github/release.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/release.yml b/.github/release.yml
new file mode 100644
index 0000000..6dedc3e
--- /dev/null
+++ b/.github/release.yml
@@ -0,0 +1,17 @@
+changelog:
+ exclude:
+ labels:
+ - "no-changelog"
+
+ categories:
+ - title: Enhancements
+ labels:
+ - "feature-request"
+
+ - title: Bug Fixes
+ labels:
+ - "bug"
+
+ - title: Code Health
+ labels:
+ - "debt"