We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f852e commit 2f6ad98Copy full SHA for 2f6ad98
.github/release-drafter.yml
@@ -27,6 +27,7 @@ categories:
27
labels:
28
- "documentation"
29
- title: "⬆️ Dependency updates"
30
+ collapse-after: 10
31
32
- "dependencies"
33
@@ -52,6 +53,8 @@ version-resolver:
52
53
default: patch
54
55
template: |
- ## What’s changed
56
+ ## What's changed
57
- $CHANGES
58
+ $CHANGES
59
+
60
+ **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
0 commit comments