fix: update CHANGELOG and automate

This commit is contained in:
Tom Hu 2024-11-19 12:35:34 -05:00
parent fb6775daf7
commit ee20575f70
No known key found for this signature in database
GPG key ID: 79155678363963D2
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