From 711921101871e906621f527a0de34e7ec2eb54f9 Mon Sep 17 00:00:00 2001 From: hsm207 Date: Wed, 31 Jan 2024 17:17:43 +0000 Subject: [PATCH] document how to make a release --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 439a510..89c4e50 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file