Skip to content

Commit f9d9c93

Browse files
authored
Release drafter formatting improvement: titles (#38)
Updating release drafter title hashes
1 parent 5dc09af commit f9d9c93

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/release-drafter-config.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name-template: '$NEXT_MAJOR_VERSION'
2-
tag-template: 'v$NEXT_MAJOR_VERSION'
1+
name-template: '$NEXT_MINOR_VERSION'
2+
tag-template: 'v$NEXT_MINOR_VERSION'
33
autolabeler:
44
- label: 'maintenance'
55
files:
@@ -18,7 +18,6 @@ categories:
1818
- title: 'Breaking Changes'
1919
labels:
2020
- 'breakingchange'
21-
2221
- title: '🧪 Experimental Features'
2322
labels:
2423
- 'experimental'
@@ -38,7 +37,7 @@ change-template: '- $TITLE (#$NUMBER)'
3837
exclude-labels:
3938
- 'skip-changelog'
4039
template: |
41-
## Changes
40+
# Changes
4241
4342
$CHANGES
4443

0 commit comments

Comments
 (0)