Skip to content

Commit

Permalink
remove checksums.json, fix release.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman authored and tzemanovic committed Aug 12, 2024
1 parent ee5140a commit 3fcfd96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
11 changes: 1 addition & 10 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,9 @@ cd $REPO_ROOT/wasm_for_tests
cargo update -w
git add Cargo.lock
git commit --fixup=$HASH_AFTER
cargo release --execute $VERSION
make all
git add ../*.wasm
git commit --fixup=$HASH_AFTER

# build the wasm checksums (1 fixup)
cd $REPO_ROOT
make build-wasm-scripts-docker
git add wasm/checksums.json
git commit --fixup=$HASH_AFTER

# update the changelog (1 fixup)
cd $REPO_ROOT
unclog release $TAG_NAME
unclog build > CHANGELOG.md
git add .changelog CHANGELOG.md
Expand Down
26 changes: 0 additions & 26 deletions wasm/checksums.json

This file was deleted.

0 comments on commit 3fcfd96

Please sign in to comment.