Skip to content

Creating and deploying a release

Matthew Evans edited this page Jun 26, 2020 · 5 revisions

We now use lots of fancy automated release processes in this repository. Releasing should be as easy as making a semver release on GH, with the desired version. This will trigger a GH action to update the version in the source code, regenerate the OpenAPI schema, generate an automatic changelog and push all this to master and release to PyPI.

Clone this wiki locally