File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name-template : " {$GITHUB_REF_NAME}"
2- tag-template : " {$GITHUB_REF_NAME}"
3- version-resolver :
4- major :
5- labels :
6- - ' major'
7- minor :
8- labels :
9- - ' minor'
10- patch :
11- labels :
12- - ' patch'
13- default : patch
1+ name-template : " v$RESOLVED_VERSION"
2+ tag-template : " v$RESOLVED_VERSION"
3+
144categories :
155 - title : " ### Added"
166 labels :
@@ -42,7 +32,7 @@ categories:
4232change-template : " - $TITLE by @$AUTHOR (#$NUMBER)"
4333
4434template : |
45- ## $NAME [$NAME]: https://github.com/$OWNER/$REPOSITORY/releases/tag/GITHUB_REF_NAME
35+ ## $NAME
4636 $CHANGES
4737
48- [$NAME]: https://github.com/$OWNER/$REPOSITORY/releases/tag/GITHUB_REF_NAME
38+ [$NAME]: https://github.com/$OWNER/$REPOSITORY/releases/tag/v$RESOLVED_VERSION
Original file line number Diff line number Diff line change 2323 uses : release-drafter/release-drafter@v5
2424 with :
2525 config-name : release-drafter.yml
26+ tag : ${{ github.event.inputs.version_tag }}
2627 env :
2728 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments