mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-08 08:06:27 +00:00
fix: update CHANGELOG and automate (#1674)
* fix: update CHANGELOG and automate * chore(release): v5.0.3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user