ci: use tag changelog config

This commit is contained in:
Jack Bond-Preston 2022-07-03 07:55:42 +01:00 committed by GitHub
parent bad0ba6cde
commit 6e9364a9e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ jobs:
uses: loopwerk/tag-changelog@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
exclude_types: other,doc,chore
config_file: .github/workflows/tag_changelog_config.js
- name: Create release
uses: actions/create-release@latest
@ -26,5 +26,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
release_name: ${{ github.ref }}
body: ${{ steps.changelog.outputs.changes }}