Skip to content

Commit

Permalink
try to auto-generate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeswenson committed May 3, 2020
1 parent c1bcd5c commit cef8bf5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
uses: jakeswenson/action-delete-latest-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Generate changelog
id: changelog
uses: metcalfc/changelog-generator@v0.3.2
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -22,6 +27,7 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
body: ${{ steps.changelog.outputs.changelog }}
draft: true
prerelease: false
outputs:
Expand Down

0 comments on commit cef8bf5

Please sign in to comment.