Skip to content

Commit 601c22d

Browse files
authored
Merge pull request #417 from 2m/fix/release-drafter-template-2m
Update release drafter template
2 parents fac18ad + 90ad0b5 commit 601c22d

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

.github/release-drafter.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1+
name-template: $RESOLVED_VERSION
2+
tag-template: v$RESOLVED_VERSION
3+
14
template: |
25
## What’s Changed
36
47
$CHANGES
58
6-
exclude-labels:
7-
- 'dependencies'
9+
categories:
10+
- title: '⬆️ Dependencies'
11+
collapse-after: 3
12+
labels:
13+
- dependencies
14+
- library-update
15+
- test-library-update
16+
- sbt-plugin-update

0 commit comments

Comments
 (0)