Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit 58ed53a

Browse files
author
staticdev
committed
#6 Release drafter action
1 parent a93487c commit 58ed53a

2 files changed

Lines changed: 39 additions & 0 deletions

File tree

.github/release-drafter.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
categories:
2+
- title: ':boom: Breaking Changes'
3+
label: 'breaking'
4+
- title: ':package: Build System'
5+
label: 'build'
6+
- title: ':construction_worker: Continuous Integration'
7+
label: 'ci'
8+
- title: ':books: Documentation'
9+
label: 'documentation'
10+
- title: ':rocket: Features'
11+
label: 'enhancement'
12+
- title: ':beetle: Fixes'
13+
label: 'bug'
14+
- title: ':racehorse: Performance'
15+
label: 'performance'
16+
- title: ':hammer: Refactoring'
17+
label: 'refactoring'
18+
- title: ':fire: Removals and Deprecations'
19+
label: 'removal'
20+
- title: ':lipstick: Style'
21+
label: 'style'
22+
- title: ':rotating_light: Testing'
23+
label: 'testing'
24+
template: |
25+
## What’s Changed
26+
27+
$CHANGES
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Release Drafter
2+
on:
3+
push:
4+
branches:
5+
- master
6+
jobs:
7+
draft_release:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: release-drafter/release-drafter@v5
11+
env:
12+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)