Skip to content

Commit

Permalink
Revert "document how to make a release"
Browse files Browse the repository at this point in the history
This reverts commit 7119211.
  • Loading branch information
hsm207 committed Feb 1, 2024
1 parent 90917bb commit e7d81b5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,3 @@ 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 e7d81b5

Please sign in to comment.