From 217181d39af402332a9f879ba7b2a17414a39ff1 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 1 Aug 2021 00:39:44 +0300
Subject: [PATCH] fixup! Document development and release.

---
 README.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.rst b/README.rst
index cc42195..5508e14 100644
--- a/README.rst
+++ b/README.rst
@@ -75,6 +75,7 @@ To release a new verion:
 .. code:: shell
 
     poetry run bumpversion major|minor|patch
+    git push --follow-tags
 
 This will commit the version change, tag and push it and the pipeline will
 release a new version.
-- 
GitLab