--- /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)'
-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: |
- ## Whatβs Changed
-
- $CHANGES
-
-version-resolver:
- major:
- labels:
- - 'breaking-change'
- minor:
- labels:
- - 'new-feature'
- - 'new-provider'
- default: patch
push:
branches:
- stable
+ - dev
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- # Drafts your next Release notes as Pull Requests are merged into "stable"
+ # Drafts your next Release notes as Pull Requests are merged
- uses: release-drafter/release-drafter@v6.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}