Created Release process (markdown)

Eric Kalosa-Kenyon 2021-05-10 19:26:05 -07:00
parent e24da087dd
commit 58b199530f

6
Release-process.md Normal file

@ -0,0 +1,6 @@
To create a new release of GPy:
1. Update the semantic versioning in `GPy/__version__.py`
2. Create a PR from your fork to `SheffieldML/GPy:devel`
3. Once that's merged, create a PR from `SheffieldML/GPy:devel` to `SheffieldML/GPy:deploy`
Upon merging the PR in step (3) above, the `deploy` section in `.travis.yml` will be executed to push the package built in CI to PyPi.