Skip to content

Commit

Permalink
Remove instructions for pushing to Github
Browse files Browse the repository at this point in the history
(that's done by the internal Gitlab instance now).
  • Loading branch information
doerwalter committed Jul 7, 2021
1 parent dad1388 commit c777f7d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions HOWTO-release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,9 @@ Commit everything up to now.

Tag the release (with something like `rel-xx-yy` or `rel-xx-yy-zz`).

Push the result to all repos::
Push the resulting commit and the tag::

git push; git push --tags; git push github; git push --tags github

(``github`` is ``git@github.com:LivingLogic/LivingLogic.Python.xist.git``)
git push; git push --tags

Create the release on the external and internal download server (do this
in the root directory)::
Expand All @@ -66,7 +64,7 @@ subdirectory) and deploy it to ``python.livinglogic.de``::
make clean download doc deploy

As this has changed ``docs/DOWNLOAD.rst`` you need to check in the result and
push it to all repos.
push the resulting commit.


Uploading the release to the cheeseshop
Expand Down

0 comments on commit c777f7d

Please sign in to comment.