Merge pull request #12595 from ethereum/adjust-release-checklist-for-new-solc-js-publish

Update release checklist for new solc-js publish process
This commit is contained in:
chriseth 2022-02-03 13:43:42 +01:00 committed by GitHub
commit 08650c4dc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,8 @@
### Release solc-js ### Release solc-js
- [ ] Wait until solc-bin was properly deployed. You can test this via remix - a test run through remix is advisable anyway. - [ ] 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. - [ ] 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``. - [ ] Create a tag using ``git tag --annotate v$VERSION`` and push it with ``git push --tags``.
### Post-release ### Post-release