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 4c7c87c commit 504570dCopy full SHA for 504570d
.github/release-drafter.yml
@@ -0,0 +1,17 @@
1
+name-template: '$NEXT_MINOR_VERSION'
2
+tag-template: '$NEXT_MINOR_VERSION'
3
+categories:
4
+ - title: '🚀 New Features'
5
+ label: 'type:new feature'
6
+ - title: '🔬 Improvements'
7
+ label: 'type:improvement'
8
+ - title: '🐞 Bug Fixes'
9
+ label: 'type:bug'
10
+
11
+change-template: '* $TITLE (via #$NUMBER) - @$AUTHOR'
12
+template: |
13
+ $CHANGES
14
15
+ ## 👀 Links
16
17
+ [Commits since $PREVIOUS_TAG](https://github.com/allure-framework/allure-python/compare/$PREVIOUS_TAG...master)
0 commit comments