Skip to content

Commit c60ea78

Browse files
committed
ci: Update release drafter template with comparison link.
- Add link to compare previous and current tags in release notes template - Ensure easy access to code changes between releases
1 parent 21bfbc8 commit c60ea78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ version-resolver:
2828
template: |
2929
## What's Changed
3030
31+
[:books: `Compare from $PREVIOUS_TAG`](https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$CURRENT_TAG)
32+
3133
$CHANGES
3234
3335
## Contributors
3436
3537
Thanks to everyone who contributed to this release!
3638
3739
$CONTRIBUTORS
38-
39-
[:books: `Compare from $PREVIOUS_TAG`](https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$CURRENT_TAG)

0 commit comments

Comments
 (0)