From e7d81b58af818c54748ede4eea1dd504334174b9 Mon Sep 17 00:00:00 2001 From: hsm207 Date: Thu, 1 Feb 2024 00:25:10 +0000 Subject: [PATCH] Revert "document how to make a release" This reverts commit 711921101871e906621f527a0de34e7ec2eb54f9. --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 89c4e50..439a510 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file