+++ /dev/null
-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
+++ /dev/null
-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
--- /dev/null
+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