Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 595 Bytes

RELEASE.md

File metadata and controls

16 lines (11 loc) · 595 Bytes

How to create a new release for Zou

We release Zou versions through Github Actions on Pypi. Every time a new version is ready, we follow this process:

  1. Rebase on the master branch.
  2. Up the version number located the zou/__version__ file.
  3. Push changes to master branch.
  4. Tag the commit and push the changes to Github.
  5. Github Actions will build the package from the sources and publish the package on Pypi

You can run a script to perform these commands at once, he is located in scripts/release.sh.

Deployment

Please see the Zou documentation for the update instructions.