Skip to content

Commit b097fe7

Browse files
authored
chore: automatic release drafting (#1917)
docs: branch settings update
1 parent f09b53a commit b097fe7

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/release-drafter.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name-template: PSLab Version $NEXT_MINOR_VERSION :confetti_ball:
2+
tag-template: v$NEXT_MINOR_VERSION
3+
categories:
4+
- title: :rocket: Features and Enhancements
5+
label:
6+
- Feature
7+
- Enhancement
8+
- title: :bug: Bug Fixes
9+
label: Bug
10+
- title: :wrench: Maintenance
11+
label:
12+
- Chore
13+
- Documentation
14+
change-template: '- $TITLE (#$NUMBER) - @$AUTHOR'
15+
template: |
16+
## Changes
17+
$CHANGES
18+
19+
This release was made possible thanks to $CONTRIBUTORS

0 commit comments

Comments
 (0)