1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-26 03:59:53 +02:00

📝 Add README-DEV.md with info how to release

This commit is contained in:
Gerber, Mike 2019-12-02 18:32:33 +01:00
parent 2597c93211
commit 3ca110b4c3

11
README-DEV.md Normal file
View file

@ -0,0 +1,11 @@
Release
-------
* Update ocrd-tool.json version
* Update setup.py version
* git commit -m 'v<version>'
* git tag -m 'v<version>' 'v<version>'
* git push --tags
PyPI:
* python sdist bdist_wheel
* twine upload dist/ocrd_calamari-<version>*