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 1
1
name-template : ' v$RESOLVED_VERSION 🎵'
2
2
tag-template : ' v$RESOLVED_VERSION'
3
3
exclude-labels :
4
- - ' skip-changelog'
4
+ - ' skip-changelog'
5
5
version-resolver :
6
- minor :
7
- labels :
8
- - ' breaking-change'
9
- default : patch
6
+ minor :
7
+ labels :
8
+ - ' breaking-change'
9
+ default : patch
10
10
categories :
11
- - title : ' Breaking changes'
12
- label : ' breaking-change'
11
+ - title : ' Breaking changes'
12
+ label : ' breaking-change'
13
13
template : |
14
- ## Changes
14
+ ## Changes
15
15
16
- $CHANGES
16
+ $CHANGES
17
17
18
- Thanks again to $CONTRIBUTORS! 🎉
18
+ Thanks again to $CONTRIBUTORS! 🎉
19
19
no-changes-template : ' Changes are coming soon 😎'
20
20
sort-direction : ' ascending'
21
21
replacers :
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 1
1
name : Release Drafter
2
2
3
3
on :
4
- push :
5
- branches :
6
- - master
7
- - bump-meilisearch-v*
4
+ push :
5
+ branches :
6
+ - master
7
+ - bump-meilisearch-v*
8
8
9
9
jobs :
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