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 b027678 commit a2f9b10Copy full SHA for a2f9b10
.github/release-drafter.yml
@@ -18,12 +18,20 @@ categories:
18
collapse-after: 10
19
- title: ✍ Other changes
20
21
+change-template: '- $TITLE (#$NUMBER)'
22
+version-resolver:
23
+ major:
24
+ labels:
25
+ - 'bump-major'
26
+ - 'breaking'
27
+ minor:
28
29
+ - 'bump-minor'
30
+ default: patch
31
template: |
- # What's Changed
-
32
+ ## What's Changed
33
+
34
$CHANGES
35
- **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
36
exclude-labels:
- - "skip-changelog"
37
+ - 'skip-release-notes'
0 commit comments