- Run
towncrier --version=$newversion --draftand check that the output looks OK. Then run it without--draft, deleting the old newsfiles. Commit. - Update the version in
package.json, commit, and tag withv$newversion - Push to release the JS version --
git push && git push --tags - Release to PyPi:
python setup.py sdisttwine upload dist/json-e-<version>.tar.gz
- Go doesn't believe in versions, so there's notihng to do for a Go release!