Fix version bump
This commit is contained in:
parent
5ce93dfb5e
commit
ff555d8ab6
1 changed files with 8 additions and 3 deletions
|
|
@ -23,13 +23,18 @@ else
|
|||
fi
|
||||
|
||||
echo "Bumping versions"
|
||||
cd backend
|
||||
cargo set-version --bump $1
|
||||
|
||||
wasm-pack build --target web --features wasm
|
||||
wasm-pack build --target web --features wasm,wee_alloc
|
||||
|
||||
cd reconcile-js
|
||||
npm version $1
|
||||
|
||||
cd -
|
||||
|
||||
# Commit and tag
|
||||
git add .
|
||||
TAG=$(node -p "require('./reconcile-js/package.json').version")
|
||||
|
||||
git commit -m "Bump versions to $TAG"
|
||||
|
||||
git push
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue