Minord docs change: update release instructions

This commit is contained in:
Régis Behmo 2019-06-24 12:41:19 +02:00
parent 9dbe4b4cb5
commit dbab2337b6
1 changed files with 1 additions and 3 deletions

View File

@ -65,8 +65,6 @@ Releasing a new version
- Bump the ``__version__`` value in ``tutor/__about__.py``.
- Replace "Latest" by the version name in CHANGELOG.md.
- Create a commit with the version changelog.
- Push changes to github: ``git push origin``
- Push changes to git.overhang.io: ``git push overhangio``
- ``make release``
- ``make release`` (this assumes that there are two remotes named "origin" and "overhangio")
After a regular push to ``master``, run ``make nightly`` to update the "nightly" tag.