diff --git a/README.rst b/README.rst index cc4219591650f3a9ad3573fd97fe42a526f397a9..5508e1483f32e94f12e8c0b69989ee8d4fdf4c9f 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.