Skip to content

Commit 667c859

Browse files
committed
Fix tag and name template
1 parent d3359fb commit 667c859

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/release-drafter.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,8 @@ version-resolver:
4040
- 'patch'
4141
- 'github-action'
4242
default: patch
43-
name-template: |
44-
'v$NEXT_PATCH_VERSION'
45-
46-
**Draft for release**
47-
$CHANGES
48-
tag-template: |
49-
'v$NEXT_PATCH_VERSION'
50-
51-
**Draft for release**
52-
$CHANGES
43+
name-template: 'v$NEXT_PATCH_VERSION'
44+
tag-template: 'v$NEXT_PATCH_VERSION'
5345
version-template: '$MAJOR.$MINOR.$PATCH$PRERELEASE'
5446
change-template: '- $TITLE by @$AUTHOR in #$NUMBER'
5547
template: |

0 commit comments

Comments
 (0)