- Install twine
- Make sure that all specs are green on CI.
- Generate release notes in
release_notes
using the Anchorman gem and edit them. - Update the version and jasmine-core version in
setup.py
. - Commit the release notes and
setup.py
change. - Tag the commit.
git push
git push --tags
- Wait for Circle CI to go green.
python setup.py sdist
twine upload dist/jasmine-<version>.tar.gz
You will need pypi credentials to upload the egg.- Edit the tag on Github and add a reference to the release notes.
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.