Skip to content

Commit

Permalink
Update the release checklist to use the build+publish commands for so…
Browse files Browse the repository at this point in the history
…lc-js
  • Loading branch information
cameel committed Jan 31, 2022
1 parent fd68cb1 commit f1ce152
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ReleaseChecklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
### Release solc-js
- [ ] Wait until solc-bin was properly deployed. You can test this via remix - a test run through remix is advisable anyway.
- [ ] Increment the version number, create a pull request for that, merge it after tests succeeded.
- [ ] Run ``npm run updateBinary && npm publish`` in the updated ``solc-js`` repository.
- [ ] Run ``npm run build:tarball`` in the updated ``solc-js`` repository to create ``solc-<version>.tgz``. Inspect the tarball to ensure that it contains an up to date compiler binary.
- [ ] Run ``npm run publish:tarball`` to publish the newly created tarball.
- [ ] Create a tag using ``git tag --annotate v$VERSION`` and push it with ``git push --tags``.
### Post-release
Expand Down

0 comments on commit f1ce152

Please sign in to comment.