Skip to content

Commit 0110ef9

Browse files
committed
Improve release-drafter.yml
1 parent 469efb5 commit 0110ef9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/release-drafter.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ template: |
44
# What's Changed
55
66
$CHANGES
7+
8+
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$RESOLVED_VERSION
9+
710
categories:
811
- title: 'New Features'
912
labels:
@@ -14,7 +17,7 @@ categories:
1417
- 'bug'
1518
- 'fix'
1619
- title: 'Maintenance'
17-
label:
20+
labels:
1821
- 'ci'
1922
- 'chore'
2023
- 'perf'
@@ -27,7 +30,6 @@ categories:
2730
label: 'dependencies'
2831
exclude-labels:
2932
- 'skip-changelog'
30-
change-template: '* $TITLE (#$NUMBER)'
3133
version-resolver:
3234
major:
3335
labels:

0 commit comments

Comments
 (0)