Skip to content

Commit 504570d

Browse files
authored
release drafter (via allure-framework#458)
1 parent 4c7c87c commit 504570d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/release-drafter.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)