mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
Created Release process (markdown)
parent
e24da087dd
commit
58b199530f
1 changed files with 6 additions and 0 deletions
6
Release-process.md
Normal file
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue