diff --git a/Release-process.md b/Release-process.md new file mode 100644 index 0000000..e596b1d --- /dev/null +++ b/Release-process.md @@ -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. \ No newline at end of file