Release checklist: switch to a command that automatically downloads the binary before running verifyVersion

This commit is contained in:
Kamil Śliwak 2022-01-25 16:41:50 +01:00
parent 1cd4ffc355
commit 8011d23b5c

View File

@ -66,7 +66,7 @@
### 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 ``node verifyVersion.js && npm publish`` in the updated ``solc-js`` repository.
- [ ] Run ``npm run updateBinary && npm publish`` in the updated ``solc-js`` repository.
- [ ] Create a tag using ``git tag --annotate v$VERSION`` and push it with ``git push --tags``.
### Post-release