Skip to content

Commit

Permalink
ci: add release drafter (jeroen-meijer#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen-meijer authored Jul 23, 2020
1 parent 5c6ef08 commit 46f3e42
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release_drafter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: release_drafter
on:
push:
branches:
- master

jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
alt="Codecov"
src="https://img.shields.io/codecov/c/github/jeroen-meijer/kana_kit"
/></a>
<a href="https://github.com/jeroen-meijer/kana_kit/actions?query=workflow%3Aci">
<img
alt="GitHub Workflow Status"
src="https://github.com/jeroen-meijer/kana_kit/workflows/ci/badge.svg"
/>
</a>
<a href="https://github.com/jeroen-meijer/kana_kit/commits/"
><img
alt="GitHub last commit"
Expand Down

0 comments on commit 46f3e42

Please sign in to comment.