You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReleaseChecklist.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,8 @@
66
66
### Release solc-js
67
67
- [ ] Wait until solc-bin was properly deployed. You can test this via remix - a test run through remix is advisable anyway.
68
68
- [ ] 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.
70
71
- [ ] Create a tag using ``git tag --annotate v$VERSION`` and push it with ``git push --tags``.
0 commit comments