fix: update CHANGELOG and automate (#1674)

* fix: update CHANGELOG and automate

* chore(release): v5.0.3
This commit is contained in:
Tom Hu
2024-11-19 12:45:11 -05:00
committed by GitHub
parent fb6775daf7
commit 8754828e79
3 changed files with 813 additions and 96 deletions

View File

@@ -4,3 +4,8 @@ set -e
cp src/scripts/dist/codecov.sh dist/codecov.sh
git add dist/codecov.sh
git diff --cached --name-only | if grep --quiet "src/version"
then
python changelog.py
fi