release drafter dev
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 25 Sep 2025 17:49:19 +0000 (19:49 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 25 Sep 2025 17:49:19 +0000 (19:49 +0200)
.github/release-drafter-dev.yml [deleted file]
.github/release-drafter-stable.yml [deleted file]
.github/release-drafter.yml [new file with mode: 0644]

diff --git a/.github/release-drafter-dev.yml b/.github/release-drafter-dev.yml
deleted file mode 100644 (file)
index 2fbaa17..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-name-template: '$RESOLVED_VERSION'
-tag-template: '$RESOLVED_VERSION'
-change-template: '- #$NUMBER - $TITLE (@$AUTHOR)'
-filter-by-commitish: true
-commitish: dev
-prerelease: true
-categories:
-
-  - title: "⚠ Breaking Changes"
-    labels:
-      - 'breaking-change'
-
-  - title: "🐛 Bugfixes"
-    labels:
-      - 'bugfix'
-
-  - title: "🚀 Features"
-    labels:
-      - 'feature'
-      - 'enhancement'
-      - 'new-feature'
-      - 'new-provider'
-
-  - title: '🧰 Maintenance'
-    labels:
-      - 'ci'
-      - 'documentation'
-      - 'maintenance'
-
-  - title: '⬆️ Dependencies'
-    collapse-after: 1
-    labels:
-      - 'dependencies'
-
-template: |
-
-  ## :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
diff --git a/.github/release-drafter-stable.yml b/.github/release-drafter-stable.yml
deleted file mode 100644 (file)
index 112df7c..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-name-template: '$RESOLVED_VERSION'
-tag-template: '$RESOLVED_VERSION'
-change-template: '- #$NUMBER - $TITLE (@$AUTHOR)'
-filter-by-commitish: true
-commitish: stable
-categories:
-
-  - title: "⚠ Breaking Changes"
-    labels:
-      - 'breaking-change'
-
-  - title: "🐛 Bugfixes"
-    labels:
-      - 'bugfix'
-
-  - title: "🚀 Features"
-    labels:
-      - 'feature'
-      - 'enhancement'
-      - 'new-feature'
-      - 'new-provider'
-
-  - title: '🧰 Maintenance'
-    labels:
-      - 'ci'
-      - 'documentation'
-      - 'maintenance'
-
-  - title: '⬆️ Dependencies'
-    collapse-after: 1
-    labels:
-      - 'dependencies'
-
-template: |
-
-  ## :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
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
new file mode 100644 (file)
index 0000000..2fbaa17
--- /dev/null
@@ -0,0 +1,55 @@
+name-template: '$RESOLVED_VERSION'
+tag-template: '$RESOLVED_VERSION'
+change-template: '- #$NUMBER - $TITLE (@$AUTHOR)'
+filter-by-commitish: true
+commitish: dev
+prerelease: true
+categories:
+
+  - title: "⚠ Breaking Changes"
+    labels:
+      - 'breaking-change'
+
+  - title: "🐛 Bugfixes"
+    labels:
+      - 'bugfix'
+
+  - title: "🚀 Features"
+    labels:
+      - 'feature'
+      - 'enhancement'
+      - 'new-feature'
+      - 'new-provider'
+
+  - title: '🧰 Maintenance'
+    labels:
+      - 'ci'
+      - 'documentation'
+      - 'maintenance'
+
+  - title: '⬆️ Dependencies'
+    collapse-after: 1
+    labels:
+      - 'dependencies'
+
+template: |
+
+  ## :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