Skip to content

Commit

Permalink
CI: automated changelog (#105)
Browse files Browse the repository at this point in the history
* CI: automate chengelog
  • Loading branch information
gioppoluca authored Oct 13, 2023
1 parent e1de42b commit 3cecd2f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@ jobs:
artifacts: './module.json, ./module.zip'
tag: ${{ github.event.release.tag_name }}
body: ${{ github.event.release.body }}
- name: Update CHANGELOG
id: changelog
uses: requarks/changelog-action@v1
with:
token: ${{ github.token }}
tag: ${{ github.ref_name }}
- name: Commit CHANGELOG.md
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: master
commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]'
file_pattern: CHANGELOG.md

# Autopublish to the Foundry Admin panel
- name: FoundryVTT AutoPublish
Expand Down

0 comments on commit 3cecd2f

Please sign in to comment.