Skip to content

Commit 01d15f8

Browse files
committed
Additionaly safety check for npm package version.
1 parent cc4e24c commit 01d15f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReleaseChecklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
### Release solc-js
6666
- [ ] Wait until solc-bin was properly deployed. You can test this via remix - a test run through remix is advisable anyway.
6767
- [ ] 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.
68+
- [ ] Run ``node verifyVersion.js && npm publish`` in the updated ``solc-js`` repository.
6969
- [ ] Create a tag using ``git tag --annotate v$VERSION`` and push it with ``git push --tags``.
7070
7171
### Post-release

0 commit comments

Comments
 (0)