We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dbe4b4 commit dbab233Copy full SHA for dbab233
docs/tutor.rst
@@ -65,8 +65,6 @@ Releasing a new version
65
- Bump the ``__version__`` value in ``tutor/__about__.py``.
66
- Replace "Latest" by the version name in CHANGELOG.md.
67
- Create a commit with the version changelog.
68
-- Push changes to github: ``git push origin``
69
-- Push changes to git.overhang.io: ``git push overhangio``
70
-- ``make release``
+- ``make release`` (this assumes that there are two remotes named "origin" and "overhangio")
71
72
After a regular push to ``master``, run ``make nightly`` to update the "nightly" tag.
0 commit comments