Skip to content

Commit

Permalink
Added Release drafter configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanjain28 committed Jan 26, 2021
1 parent ea44cd3 commit ef19a56
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
template: |
## What’s Changed
$CHANGES
17 changes: 17 additions & 0 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: draft-release

on:
push:
branches:
- 'master'

jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ef19a56

Please sign in to comment.