... | ... | @@ -29,6 +29,7 @@ When you save your changes version, GitHub automatically creates a fork (if it d |
|
|
git push origin "current"`
|
|
|
1. Then checkout the `master` branch,
|
|
|
* update the version number in the Sphinx configuration file `config.py`.
|
|
|
* Create a "What's new"-page for the new release.
|
|
|
1. Commit & push pack to github: `git commit -a -m "(log message about version change)" &&
|
|
|
git push origin master`
|
|
|
1. Visit the user page on ReadTheDocs and check that `current` branch is included in the build list.
|
... | ... | |