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 cc2655c commit b3da39bCopy full SHA for b3da39b
.github/release-drafter.yml
@@ -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
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