From 58b199530fb05f3e9241d02aec26a4a20332e618 Mon Sep 17 00:00:00 2001 From: Eric Kalosa-Kenyon Date: Mon, 10 May 2021 19:26:05 -0700 Subject: [PATCH] Created Release process (markdown) --- Release-process.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Release-process.md 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