We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c04285 commit 1568f2fCopy full SHA for 1568f2f
.github/release-drafter.yml
@@ -1,17 +1,17 @@
1
name-template: 'PSLab Version $NEXT_PATCH_VERSION'
2
-tag-template: v$NEXT_PATCH_VERSION
+tag-template: 'v$NEXT_PATCH_VERSION'
3
change-template: '- $TITLE (#$NUMBER) - @$AUTHOR'
4
categories:
5
- title: ':rocket: Features and Enhancements'
6
labels:
7
- 'Feature'
8
- 'Enhancement'
9
- title: ':bug: Bug Fixes'
10
- label: 'Bug'
+ label: 'Fix'
11
- title: ':wrench: Maintenance'
12
- labels:
13
- - 'Chore'
14
- - 'Documentation'
+ label: 'Chore'
+ - title: ':page_facing_up: Documentation'
+ label: 'Documentation'
15
template: |-
16
## Changes
17
$CHANGES
0 commit comments