From 269cb1376d15d76ee5d01967b0c43bbccd9a30e9 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 21 Jan 2020 12:00:40 +0000 Subject: [PATCH] don't forget to push your tags --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1053151..776903d 100644 --- a/README.md +++ b/README.md @@ -84,4 +84,5 @@ directory. They can be ran with `tox -e tests`. git tag vX.Y python3 setup.py sdist twine upload dist/matrix-synapse-saml-mozilla-X.Y.tar.gz +git push origin vX.Y ```