Skip to content

Commit

Permalink
Additionaly safety check for npm package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth committed Aug 12, 2021
1 parent cc4e24c commit 01d15f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReleaseChecklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
### Release solc-js
- [ ] 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.
- [ ] Run ``npm publish`` in the updated ``solc-js`` repository.
- [ ] Run ``node verifyVersion.js && npm publish`` in the updated ``solc-js`` repository.
- [ ] Create a tag using ``git tag --annotate v$VERSION`` and push it with ``git push --tags``.
### Post-release
Expand Down

0 comments on commit 01d15f8

Please sign in to comment.