Skip to content

Commit

Permalink
Setup release-drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoya committed May 10, 2020
1 parent 52b3c35 commit 8342a8f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
template: |
$CHANGES
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:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

1 comment on commit 8342a8f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for storybook-addon-matrix ready!

Built with commit 8342a8f

https://https://storybook-addon-matrix-qsryuy7rg.now.sh

Please sign in to comment.