Skip to content

Commit 21bfbc8

Browse files
committed
docs: Improve GitHub release template and contributor section
- Add a section for contributors with a thank you message - Create a link to compare current and previous tags in the template
1 parent 65e373c commit 21bfbc8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/release-drafter.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,12 @@ version-resolver:
2828
template: |
2929
## What's Changed
3030
31-
$CHANGES
31+
$CHANGES
32+
33+
## Contributors
34+
35+
Thanks to everyone who contributed to this release!
36+
37+
$CONTRIBUTORS
38+
39+
[:books: `Compare from $PREVIOUS_TAG`](https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$CURRENT_TAG)

0 commit comments

Comments
 (0)