Skip to content

Commit 1568f2f

Browse files
authored
docs: updated release draft script
1 parent 2c04285 commit 1568f2f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/release-drafter.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name-template: 'PSLab Version $NEXT_PATCH_VERSION'
2-
tag-template: v$NEXT_PATCH_VERSION
2+
tag-template: 'v$NEXT_PATCH_VERSION'
33
change-template: '- $TITLE (#$NUMBER) - @$AUTHOR'
44
categories:
55
- title: ':rocket: Features and Enhancements'
66
labels:
77
- 'Feature'
88
- 'Enhancement'
99
- title: ':bug: Bug Fixes'
10-
label: 'Bug'
10+
label: 'Fix'
1111
- title: ':wrench: Maintenance'
12-
labels:
13-
- 'Chore'
14-
- 'Documentation'
12+
label: 'Chore'
13+
- title: ':page_facing_up: Documentation'
14+
label: 'Documentation'
1515
template: |-
1616
## Changes
1717
$CHANGES

0 commit comments

Comments
 (0)