Refactor release drafter configuration
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 3 Oct 2025 10:49:23 +0000 (12:49 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 3 Oct 2025 11:55:44 +0000 (13:55 +0200)
.github/release-drafter.yml

index 58cfd7b04fd13c240ab8df8e07044a6b24232f67..cf9ed31f8e7d5327000b230aae3881327d960dff 100644 (file)
@@ -1,55 +1,45 @@
-name-template: '$RESOLVED_VERSION'
-tag-template: '$RESOLVED_VERSION'
-version-template: "$MAJOR.$MINOR.0.b$PATCH"
-change-template: '- #$NUMBER - $TITLE (@$AUTHOR)'
-latest: 'false'
+change-template: '- $TITLE (by @$AUTHOR in #$NUMBER)'
 prerelease: true
+prerelease-identifier: 'b'
+include-pre-releases: true
 categories:
 
   - title: "⚠ Breaking Changes"
     labels:
       - 'breaking-change'
 
-  - title: "ð\9f\90\9b Bugfixes"
+  - title: "ð\9f\9a\80 New Providers"
     labels:
-      - 'bugfix'
+      - 'new-provider'
 
   - title: "🚀 Features"
     labels:
       - 'feature'
       - 'enhancement'
       - 'new-feature'
-      - 'new-provider'
 
-  - title: '🧰 Maintenance'
+  - title: "🐛 Bugfixes"
+    labels:
+      - 'bugfix'
+
+  - title: '🧰 Maintenance and dependency bumps'
+    collapse-after: 3
     labels:
       - 'ci'
       - 'documentation'
       - 'maintenance'
-
-  - title: '⬆️ Dependencies'
-    collapse-after: 1
-    labels:
       - 'dependencies'
 
 template: |
 
+  $CHANGES
+
+  
   ## :bow: Thanks to our contributors
 
   Special thanks to the following contributors who helped with this release:
 
   $CONTRIBUTORS
 
-  ## Full Changelog
 
-  $CHANGES
 
-version-resolver:
-  major:
-    labels:
-      - 'breaking-change'
-  minor:
-    labels:
-      - 'new-feature'
-      - 'new-provider'
-  default: patch