From e3aa896f4f45cb9bc9b257c81d8a1d5cd38d4807 Mon Sep 17 00:00:00 2001 From: Hammad Bashir Date: Tue, 28 Mar 2023 11:03:25 -0700 Subject: [PATCH] Update RELEASE_PROCESS.md --- RELEASE_PROCESS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index 92a5c218e8e..de33ed756e0 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md @@ -2,7 +2,7 @@ This guide covers how to release chroma to PyPi -#### Increase the version numner +#### Increase the version number 1. Create a new PR for the release that upgrades the version in code. In [this file](https://github.com/chroma-core/chroma/blob/main/chromadb/__init__.py) update the __ version __. ``` __version__ = "A.B.C" @@ -18,4 +18,4 @@ git tag A.B.C ``` git push origin A.B.C ``` -2. This will trigger a Github action which performs the release \ No newline at end of file +2. This will trigger a Github action which performs the release