We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07def75 + 01d15f8 commit 1a68228Copy full SHA for 1a68228
ReleaseChecklist.md
@@ -65,7 +65,7 @@
65
### Release solc-js
66
- [ ] Wait until solc-bin was properly deployed. You can test this via remix - a test run through remix is advisable anyway.
67
- [ ] Increment the version number, create a pull request for that, merge it after tests succeeded.
68
- - [ ] Run ``npm publish`` in the updated ``solc-js`` repository.
+ - [ ] Run ``node verifyVersion.js && npm publish`` in the updated ``solc-js`` repository.
69
- [ ] Create a tag using ``git tag --annotate v$VERSION`` and push it with ``git push --tags``.
70
71
### Post-release
0 commit comments