You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VERSION=v0.3.3
git checkout master
# update Cargo.toml and README files with $VERSION# in json_typegen_web: npm version <major|minor|patch>
git commit -am "Release $VERSION"
git tag $VERSIONcd json_typegen_shared
cargo publish
cd ../json_typegen
cargo publish
cd ../json_typegen_cli
cargo publish
cd ../json_typegen_web
npm run deploy
cd ../json_typegen_wasm/pkg
npm publish
git push origin master $VERSION# create release on github# binaries are built on CI and attached to the release