Skip to content

Commit

Permalink
document how to make a release
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm207 committed Jan 31, 2024
1 parent 7edfca3 commit 7119211
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ This package contains the LangChain integrations for Weaviate through their `wea
```bash
pip install langchain-weaviate
```

## How to make a release
1. Run `poetry version patch` (or `minor` or `major` as appropriate) to update the version number in `pyproject.toml`.

2. Make a PR with the changes in `pyproject.toml` and merge it.

3. In the `main` branch, run `make tag` to trigger the release workflow.

0 comments on commit 7119211

Please sign in to comment.