update version-bump.sh so it updates yarn lockfiles (#1774)

This commit is contained in:
Paul 2022-04-12 15:51:32 -04:00 committed by GitHub
parent 28cf541cdf
commit 2544f1f2e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ cargo update --workspace
# Insert version number into CHANGELOG.md
sed "${sedi[@]}" -e "s/## \[Unreleased\]/## [Unreleased]\n\n## [$1] - $(date '+%Y-%m-%d')/g" CHANGELOG.md
pushd ts && yarn && popd
pushd tests && yarn && popd
pushd examples && yarn && pushd tutorial && yarn && popd && popd
echo $1 > VERSION
echo "$(git diff --stat | tail -n1) files modified"