Skip to content

Commit

Permalink
docs: added release instructions to CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Oct 16, 2023
1 parent b2adcc6 commit a359510
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ Tests are currently covering:
- this could be used as a LLM eval harness

There are also some integration tests in `./tests/test-integration.sh` for an alternative way to test.


### Release

To make a release, simply run `gh release create v0.0.0` (with the correct version number) and CI will publish the package to PyPI.

0 comments on commit a359510

Please sign in to comment.