diff --git a/README-DEV.md b/README-DEV.md index e490f49..55c0ffd 100644 --- a/README-DEV.md +++ b/README-DEV.md @@ -13,7 +13,7 @@ Releasing * Update `ocrd-tool.json` version (the `setup.py` version is read from this) * `git commit -m 'v'` * `git tag -m 'v' 'v'` -* `git push --tags` +* `git push; git push --tags` * Do a release on GitHub ### Uploading to PyPI