Skip to content

Commit

Permalink
✒ README-DEV: Releasing a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegerber committed Mar 27, 2024
1 parent c29a80b commit 945aec5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README-DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,15 @@ This project optionally uses [pre-commit](https://pre-commit.com) to check commi

- Install pre-commit, e.g. `pip install -r requirements-dev.txt`
- Install the repo-local git hooks: `pre-commit install`


# Releasing a new version

- Update `ocrd-tool.json`
- `git commit`
- `git tag vx.y.z`
- `git push && git push --tags`
- The GitHub Actions workflow `release` will now create
a. a new release on GitHub and
b. a new release on PyPI
- Currently requires a review for PYPI?

0 comments on commit 945aec5

Please sign in to comment.