Skip to content

Commit a2f9b10

Browse files
ci: update release-drafter configuration with version-resolver (#35)
1 parent b027678 commit a2f9b10

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

.github/release-drafter.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,20 @@ categories:
1818
collapse-after: 10
1919
- title: ✍ Other changes
2020

21+
change-template: '- $TITLE (#$NUMBER)'
22+
version-resolver:
23+
major:
24+
labels:
25+
- 'bump-major'
26+
- 'breaking'
27+
minor:
28+
labels:
29+
- 'bump-minor'
30+
default: patch
2131
template: |
22-
# What's Changed
23-
32+
## What's Changed
33+
2434
$CHANGES
2535
26-
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
27-
2836
exclude-labels:
29-
- "skip-changelog"
37+
- 'skip-release-notes'

0 commit comments

Comments
 (0)