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 0884077 commit db7d47cCopy full SHA for db7d47c
.github/release-drafter.yml
@@ -34,6 +34,8 @@ categories:
34
- "dependencies"
35
- "build"
36
37
+category-template: "### $TITLE"
38
+
39
version-resolver:
40
major:
41
labels:
@@ -58,4 +60,5 @@ template: |
58
60
$CHANGES
59
61
62
footer: |
- **Full changelog:** [$PREVIOUS_TAG -> $RESOLVED_VERSION](https://github.com/robbievanleeuwen/section-properties/compare/$PREVIOUS_TAG...$RESOLVED_VERSION)
63
64
+ **Full changelog:** [$PREVIOUS_TAG...v$RESOLVED_VERSION](https://github.com/robbievanleeuwen/section-properties/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION)
0 commit comments