We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0549f7 commit 7c28546Copy full SHA for 7c28546
.github/release-drafter.yml
@@ -3,6 +3,7 @@ tag-template: 'v$RESOLVED_VERSION'
3
template: |
4
# What's Changed
5
$CHANGES
6
+
7
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
8
commitish: refs/heads/main
9
@@ -37,4 +38,4 @@ version-resolver:
37
38
- 'dependencies'
39
40
exclude-labels:
- - 'skip-changelog'
41
+ - 'skip-changelog'
0 commit comments