Skip to content

Commit

Permalink
remove CHANGELOG.md first before run composer changelog
Browse files Browse the repository at this point in the history
It seems automatic PR #5789 doesn't generate tag header like manual delete and re-create at #5719 . 

This ensure CHANGELOG.md re-generated by remove it first.
  • Loading branch information
samsonasik authored Mar 7, 2021
1 parent 3fea742 commit b1d0910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly_pull_requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
actions:
-
name: "Re-Generate CHANGELOG.md"
run: "composer changelog"
run: "rm -rf CHANGELOG.md && composer changelog"
branch: 'automated-regenerated-changelog'

-
Expand Down

0 comments on commit b1d0910

Please sign in to comment.