Skip to content

Commit

Permalink
[INFR] Updated workflow to update the CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Dec 13, 2024
1 parent a271a74 commit c905124
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ jobs:
run: |
php -f make/genchangelog.php all
rm -f CHANGELOG.md
mv make/CHANGELOG.md .
mv -f make/CHANGELOG.md .
git config user.name "HorstOeko"
git config user.email "[email protected]"
git add ./CHANGELOG.md
git commit -m "[DOC] Updated CHANGELOG.md"
git push
if [ -n "$(git status --porcelain)" ]; then
git add ./CHANGELOG.md
git commit -m "[DOC] Updated CHANGELOG.md"
git push
fi

0 comments on commit c905124

Please sign in to comment.