Skip to content

Commit

Permalink
Merge pull request #34 from dev-sec/release_changelog_debug
Browse files Browse the repository at this point in the history
debug the changelog
  • Loading branch information
micheelengronne authored May 19, 2020
2 parents 6e326af + 344794c commit aafe59c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Generate changelog
uses: charmixer/auto-changelog-action@v1
uses: charmixer/auto-changelog-action@8095796
with:
token: ${{ secrets.GITHUB_TOKEN }}
future_release: ${{ steps.version.outputs.next-version }}
Expand All @@ -46,6 +46,13 @@ jobs:
name: dev-sec CI
email: hello@dev-sec.io

- name: Generate changelog for the release
uses: charmixer/auto-changelog-action@8095796
with:
token: ${{ secrets.GITHUB_TOKEN }}
since_tag: ${{ steps.previoustag.outputs.tag }}
future_release: ${{ steps.version.outputs.next-version }}

- name: Read CHANGELOG.md
id: package
uses: juliangruber/read-file-action@v1
Expand Down

0 comments on commit aafe59c

Please sign in to comment.