Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,14 @@ jobs:
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
npm run format CHANGELOG.md
git add CHANGELOG.md
git commit -m "docs: update CHANGELOG for ${{ steps.tag.outputs.tag }} [skip ci]" || \
echo "Nothing to commit — changelog already up to date"
git push origin HEAD:main

- name: 🏷️ Create / update GitHub Release with changelog body
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v3
with:
tag_name: ${{ steps.tag.outputs.tag }}
name: ${{ steps.tag.outputs.tag }}
Expand Down
Loading