mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-24 20:36:23 +02:00
fix: pkg: readme minor changes
This commit is contained in:
parent
30bf9afb0d
commit
a5b4f930da
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
|
@ -234,11 +234,19 @@ A usual workflow should look like this:
|
|||
$ git checkout -b <pull-origin>-devel origin/<pull-origin>-devel
|
||||
$ git merge devel
|
||||
$ coverage run travis_tests.py
|
||||
# Make changes for tests to cover corner cases (if statements, None arguments etc.)
|
||||
|
||||
**Make changes for tests to cover corner cases (if statements, None arguments etc.)**
|
||||
Then we are ready to make the last changes for the changelog and versioning:
|
||||
|
||||
$ git commit -am "fix: Fixed tests for <pull-origin>"
|
||||
$ bumpvesion patch [optional]
|
||||
$ gitchangelog > CHANGELOG.md
|
||||
$ git commit -am "chg: pkg: CHANGELOG update" CHANGELOG.md
|
||||
$ git commit -m "chg: pkg: CHANGELOG update" CHANGELOG.md
|
||||
|
||||
Now we can merge the pull request into devel:
|
||||
|
||||
$ git checkout devel
|
||||
$ git merge --no-ff kurtCutajar-devel
|
||||
$ git push origin devel
|
||||
|
||||
This will update the devel branch of GPy.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue