We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02198fe commit 5ff3ffcCopy full SHA for 5ff3ffc
.github/release-drafter.yml
@@ -1,5 +1,5 @@
1
-name-template: "$NEXT_PATCH_VERSION"
2
-tag-template: "v$NEXT_PATCH_VERSION"
+name-template: "$RESOLVED_VERSION"
+tag-template: "v$RESOLVED_VERSION"
3
categories:
4
- title: "⚠️ Breaking Changes"
5
label: "⚠️ Breaking"
@@ -11,7 +11,15 @@ categories:
11
label: "📚 Docs"
12
- title: "🏠 Housekeeping"
13
label: "🏠 Housekeeping"
14
+version-resolver:
15
+ minor:
16
+ labels:
17
+ - "⚠️ Breaking"
18
+ - "✨ Feature"
19
+ default: patch
20
change-template: "- $TITLE (#$NUMBER) @$AUTHOR"
21
no-changes-template: "- No changes"
22
template: |
23
$CHANGES
24
+
25
+ **Full Changelog:** https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
0 commit comments