Skip to content

Commit

Permalink
Try again with release drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Raible committed Oct 21, 2021
1 parent 2eb8c60 commit faa9656
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
template: |
## What’s Changed
$CHANGES
16 changes: 13 additions & 3 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
template: |
## What’s Changed
name: Release Drafter

$CHANGES
on:
push:
branches:
- main

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

0 comments on commit faa9656

Please sign in to comment.