Skip to content

Commit 08650c4

Browse files
authored
Merge pull request #12595 from ethereum/adjust-release-checklist-for-new-solc-js-publish
Update release checklist for new solc-js publish process
2 parents 89bb79b + f1ce152 commit 08650c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ReleaseChecklist.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
### Release solc-js
6767
- [ ] Wait until solc-bin was properly deployed. You can test this via remix - a test run through remix is advisable anyway.
6868
- [ ] Increment the version number, create a pull request for that, merge it after tests succeeded.
69-
- [ ] Run ``npm run updateBinary && npm publish`` in the updated ``solc-js`` repository.
69+
- [ ] 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.
70+
- [ ] Run ``npm run publish:tarball`` to publish the newly created tarball.
7071
- [ ] Create a tag using ``git tag --annotate v$VERSION`` and push it with ``git push --tags``.
7172
7273
### Post-release

0 commit comments

Comments
 (0)