Skip to content

Commit cb34316

Browse files
author
MJL33
committed
Add release drafter bot
1 parent 6bc24d0 commit cb34316

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

.github/release-drafter.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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 }}

0 commit comments

Comments
 (0)