Skip to content

Commit

Permalink
update version-bump.sh so it updates yarn lockfiles (#1774)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-schaaf committed Apr 12, 2022
1 parent 28cf541 commit 2544f1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions version-bump.sh
Expand Up @@ -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"
Expand Down

0 comments on commit 2544f1f

Please sign in to comment.