Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 763 Bytes

RELEASING.md

File metadata and controls

8 lines (6 loc) · 763 Bytes

Releasing Topiary

This document explains what do once your Pull Request has been reviewed and all final changes applied. Now you're ready merge your branch into master and release it to the world:

  1. Bump the version on init.py, as part of the PR you want to release.
  2. Merge your branch into master.
  3. After the Topiary unit tests complete successfully on Travis then the latest version of the code (with the version specified above) will be pushed to PyPI automatically. If you're curious about how automatic deployment is achieved, see our Travis configuration.