File tree Expand file tree Collapse file tree 2 files changed +24
-24
lines changed Expand file tree Collapse file tree 2 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 11name-template : ' v$RESOLVED_VERSION 🎵'
22tag-template : ' v$RESOLVED_VERSION'
33exclude-labels :
4- - ' skip-changelog'
4+ - ' skip-changelog'
55version-resolver :
6- minor :
7- labels :
8- - ' breaking-change'
9- default : patch
6+ minor :
7+ labels :
8+ - ' breaking-change'
9+ default : patch
1010categories :
11- - title : ' Breaking changes'
12- label : ' breaking-change'
11+ - title : ' Breaking changes'
12+ label : ' breaking-change'
1313template : |
14- ## Changes
14+ ## Changes
1515
16- $CHANGES
16+ $CHANGES
1717
18- Thanks again to $CONTRIBUTORS! 🎉
18+ Thanks again to $CONTRIBUTORS! 🎉
1919no-changes-template : ' Changes are coming soon 😎'
2020sort-direction : ' ascending'
2121replacers :
22- - search : ' /(?:and )?@dependabot-preview(?:\[bot\])?,?/g'
23- replace : ' '
22+ - search : ' /(?:and )?@dependabot-preview(?:\[bot\])?,?/g'
23+ replace : ' '
Original file line number Diff line number Diff line change 11name : Release Drafter
22
33on :
4- push :
5- branches :
6- - master
7- - bump-meilisearch-v*
4+ push :
5+ branches :
6+ - master
7+ - bump-meilisearch-v*
88
99jobs :
10- update_release_draft :
11- runs-on : ubuntu-latest
12- steps :
13- - uses : release-drafter/release-drafter@v5
14- with :
15- config-name : release-draft-template.yml
16- env :
17- GITHUB_TOKEN : ${{ secrets.RELEASE_DRAFTER_TOKEN }}
10+ update_release_draft :
11+ runs-on : ubuntu-latest
12+ steps :
13+ - uses : release-drafter/release-drafter@v5
14+ with :
15+ config-name : release-draft-template.yml
16+ env :
17+ GITHUB_TOKEN : ${{ secrets.RELEASE_DRAFTER_TOKEN }}
You can’t perform that action at this time.
0 commit comments