Skip to content

Commit d3359fb

Browse files
committed
Fix release drafter template
1 parent 53ca8e2 commit d3359fb

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/release-drafter.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,7 @@ tag-template: |
5050
5151
**Draft for release**
5252
$CHANGES
53-
version-template: |
54-
'$MAJOR.$MINOR.$PATCH$PRERELEASE'
55-
- Next Major: $NEXT_MAJOR_VERSION
56-
- Next Minor: $NEXT_MINOR_VERSION
57-
- Next Patch: $NEXT_PATCH_VERSION
53+
version-template: '$MAJOR.$MINOR.$PATCH$PRERELEASE'
5854
change-template: '- $TITLE by @$AUTHOR in #$NUMBER'
5955
template: |
6056
## Changes
@@ -63,8 +59,8 @@ template: |
6359
**Contributors**
6460
$CONTRIBUTORS
6561
66-
**Previously:**
67-
[$PREVIOUS_TAG](https://github.com/AdamJ/AdamJ.github.io/releases/tag/$PREVIOUS_TAG)
62+
**Previously:** [$PREVIOUS_TAG](https://github.com/AdamJ/AdamJ.github.io/releases/tag/$PREVIOUS_TAG)
63+
6864
[All Tags](https://github.com/AdamJ/AdamJ.github.io/tags)
6965
[All Releases](https://github.com/AdamJ/AdamJ.github.io/releases)
7066
no-changes-template: |

0 commit comments

Comments
 (0)