Add pushing git tags to the release checklist

This commit is contained in:
Alex Beregszaszi 2019-07-04 11:24:56 +01:00
parent 2e01816c6b
commit a9f54ec731

View File

@ -43,6 +43,7 @@
### Release solc-js ### Release solc-js
- [ ] Increment the version number, create a pull request for that, merge it after tests succeeded. - [ ] 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 ``npm publish`` in the updated ``solc-js`` repository.
- [ ] Make sure to push the tag ``npm publish`` created with ``git push --tags``.
### Post-release ### Post-release
- [ ] Create a commit to increase the version number on ``develop`` in ``CMakeLists.txt`` and add a new skeleton changelog entry. - [ ] Create a commit to increase the version number on ``develop`` in ``CMakeLists.txt`` and add a new skeleton changelog entry.