Skip to content

Commit

Permalink
remove compare link from Release Drafter template
Browse files Browse the repository at this point in the history
Not needed as the GitHub UI provides a superior compare button
  • Loading branch information
dcastil committed Aug 23, 2021
1 parent 57152e7 commit 4db4144
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
template: |
$CHANGES
[`$PREVIOUS_TAG...v$RESOLVED_VERSION`](https://github.com/dcastil/tailwind-merge/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION)
category-template: '### $TITLE'
change-template: '- $TITLE #$NUMBER @$AUTHOR'
change-title-escapes: '\<*_&'
Expand Down

0 comments on commit 4db4144

Please sign in to comment.