Skip to content

Commit

Permalink
release drafter (via allure-framework#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
sseliverstov authored Jan 25, 2020
1 parent 594858c commit 9a7a7a4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name-template: '$NEXT_MINOR_VERSION'
tag-template: '$NEXT_MINOR_VERSION'
categories:
- title: '🚀 New Features'
label: 'type:new feature'
- title: '🔬 Improvements'
label: 'type:improvement'
- title: '🐞 Bug Fixes'
label: 'type:bug'

change-template: '* $TITLE (via #$NUMBER) - @$AUTHOR'
template: |
$CHANGES
## 👀 Links
[Commits since $PREVIOUS_TAG](https://github.com/allure-framework/allure-python/compare/$PREVIOUS_TAG...master)

0 comments on commit 9a7a7a4

Please sign in to comment.