Skip to content

Commit

Permalink
📝 README-DEV: Update wrt ocrd-tool.json and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegerber committed Sep 15, 2022
1 parent 77ff6df commit 3767fae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README-DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ make test
Releasing
---------
* Update `ocrd-tool.json` version (the `setup.py` version is read from this)
* `git commit -m 'v<version>'`
* `git add` the `ocrd-tool.json` file and `git commit -m 'v<version>'`
* `git tag -m 'v<version>' 'v<version>'`
* `git push; git push --tags`
* Wait and check if tests on CircleCI are OK
* Do a release on GitHub

### Uploading to PyPI
Expand Down

0 comments on commit 3767fae

Please sign in to comment.