Skip to content

Commit c23e361

Browse files
authored
Create .github/release-drafter.yml (#6)
1 parent a5eaefe commit c23e361

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/release-drafter.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name-template: 'v$RESOLVED_VERSION'
2+
tag-template: 'v$RESOLVED_VERSION'
3+
4+
template: |
5+
# What's Changed
6+
7+
$CHANGES
8+
9+
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
10+
11+
categories:
12+
- title: '️:arrow_up: Dependencies'
13+
collapse-after: 3
14+
labels:
15+
- dependencies
16+
- title: ':robot: Automated Commits'
17+
collapse-after: 3
18+
labels:
19+
- tastendruck
20+
- github_actions

0 commit comments

Comments
 (0)