Skip to content

Commit

Permalink
feat(ci): add auto update changelog workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangdv2429 committed May 14, 2024
1 parent 7fa7608 commit 5bc7247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
run: |
git add CHANGELOG.md
git diff --staged --quiet || git commit -m "Update CHANGELOG.md based on PR #${{ github.event.pull_request.number }} title"
git push origin HEAD:refs/heads/main
git push origin HEAD:refs/heads/main

0 comments on commit 5bc7247

Please sign in to comment.