Skip to content

Commit

Permalink
Added release drafter (fixes #275)
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Aug 28, 2020
1 parent 655fb23 commit 5bfc97e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name-template: $NEXT_PATCH_VERSION
tag-template: $NEXT_PATCH_VERSION
template: |
## What’s Changed
$CHANGES
categories:
- title: New features
label: new-feature
- title: Fixes
label: bug
- title: Improvements
label: improvement
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ jobs:

- name: Build
run: ci/build.sh

- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5bfc97e

Please sign in to comment.