Skip to content

Commit 5b62ddb

Browse files
committed
label change in workflow
Signed-off-by: Vedansh Saini <[email protected]>
1 parent f490cca commit 5b62ddb

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/release-drafter.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,26 @@ template: |
2121
2222
$CHANGES
2323
24+
change-template: '* $TITLE (#$NUMBER) @$AUTHOR'
2425
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
2526
version-resolver:
2627
major:
2728
labels:
28-
- 'major'
29+
- 'release:major'
30+
- 'major' # major in pr title
2931
minor:
3032
labels:
33+
- 'release:minor'
3134
- 'minor'
3235
patch:
3336
labels:
37+
- 'release:patch'
3438
- 'patch'
3539
- 'fix'
3640
- 'documentation'
3741
- 'chore'
3842
default: patch
3943

4044
exclude-labels:
41-
- 'skip-changelog'
45+
- 'skip-changelog'
46+
- 'release:none'

0 commit comments

Comments
 (0)