Skip to content

Commit

Permalink
Update RELEASE_PROCESS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HammadB authored Mar 28, 2023
1 parent e347476 commit e3aa896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE_PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -18,4 +18,4 @@ git tag A.B.C <SHA>
```
git push origin A.B.C
```
2. This will trigger a Github action which performs the release
2. This will trigger a Github action which performs the release

0 comments on commit e3aa896

Please sign in to comment.