File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ name-template : ' $NEXT_MINOR_VERSION'
2+ tag-template : ' $NEXT_MINOR_VERSION'
3+ categories :
4+ - title : ' New Features'
5+ labels :
6+ - ' type:new feature'
7+ - title : ' Improvements'
8+ labels :
9+ - ' type:enhancement'
10+ - title : ' Bug Fixes'
11+ labels :
12+ - ' type:bug'
13+
14+ change-template : ' * $TITLE (via #$NUMBER) - @$AUTHOR'
15+ template : |
16+ $CHANGES
17+ ## Links
18+ [Commits since $PREVIOUS_TAG](https://github.com/allure-framework/allure2/compare/$PREVIOUS_TAG...master)
Original file line number Diff line number Diff line change 1+ name : Release Draft
2+
3+ on :
4+ push :
5+ branches :
6+ - master
7+
8+ jobs :
9+ update_draft_release :
10+ runs-on : ubuntu-latest
11+ steps :
12+ -
uses :
toolmantim/[email protected] 13+ env :
14+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments