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:
parent
2597c93211
commit
3ca110b4c3
1 changed files with 11 additions and 0 deletions
11
README-DEV.md
Normal file
11
README-DEV.md
Normal 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>*
|
Loading…
Add table
Add a link
Reference in a new issue