Rename release-drafter.yml to release-drafter_extension.yml

This commit is contained in:
MarvinF
2025-06-24 22:05:51 +02:00
committed by GitHub
parent 2f94c29c7e
commit e05d107af3
+22
View File
@@ -0,0 +1,22 @@
name-template: "Release $NEXT_PATCH_VERSION"
tag-template: "v$NEXT_PATCH_VERSION"
exclude:
pulls: true
categories:
- title: "Features"
labels: ["feature", "enhancement"]
- title: "Fixes"
labels: ["bug"]
- title: "Maintenance"
labels: ["chore", "refactor"]
change-template: "- $TITLE ([#$NUMBER]($URL))"
template: |
# Release $NEXT_PATCH_VERSION
## Changes
$CHANGES