Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 469 Bytes

RELEASING.md

File metadata and controls

10 lines (5 loc) · 469 Bytes

Releasing Varcode

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. Assign a version to the release you are preparing and update __version__ in version.py using semantic versioning.

  2. Merge your branch into master.

  3. Run deploy.sh.