mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-06 14:39:25 +00:00
fix: update CHANGELOG and automate (#1674)
* fix: update CHANGELOG and automate * chore(release): v5.0.3
This commit is contained in:
parent
fb6775daf7
commit
8754828e79
3 changed files with 813 additions and 96 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue