From 01d15f8754a8ffedda2bffd6d97cdecf4961d5c4 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 11 Aug 2021 18:05:14 +0200 Subject: [PATCH] Additionaly safety check for npm package version. --- ReleaseChecklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReleaseChecklist.md b/ReleaseChecklist.md index 7fe7c361c93a..eaa859fe72ea 100644 --- a/ReleaseChecklist.md +++ b/ReleaseChecklist.md @@ -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