Skip to content

Commit 986cb02

Browse files
committedMar 3, 2024·
feat(release-drafts): remove extends
1 parent f6f9d5a commit 986cb02

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎.github/release-drafts/increasing-minor-version.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
_extends: .github:.github/release-drafts/increasing-minor-version.yml
1+
name-template: 'Play $NEXT_PATCH_VERSION'
2+
tag-template: '$NEXT_PATCH_VERSION'
23
template: |
34
# :mega: Play $NEXT_MINOR_VERSION Released
45
@@ -21,7 +22,7 @@ template: |
2122
2223
For more details see the [full list of changes](https://github.com/playframework/play1/compare/$PREVIOUS_TAG...$NEXT_MINOR_VERSION/) and the [$NEXT_MINOR_VERSION milestone](https://github.com/playframework/play1/issues?page=1&q=milestone%3A%22$NEXT_MINOR_VERSION%22).
2324
24-
## 🙇 Thanks to our contributors
25+
## :bow: Thanks to our contributors
2526
2627
Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors.
2728
Special thanks to all code contributors who helped with this particular release (they are listed below)!

0 commit comments

Comments
 (0)
Please sign in to comment.