Skip to content

Commit

Permalink
Add Release Drafter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cjolowicz committed Feb 4, 2020
1 parent bc5eff1 commit 42f37ed
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Release Drafter
on:
push:
branches:
- master
jobs:
draft_release:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 42f37ed

Please sign in to comment.