Skip to content

Commit

Permalink
[RELEASE] Release js 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
HammadB committed Sep 6, 2023
1 parent c3075ef commit 242d165
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion clients/js/DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ This readme is helpful for local dev.
#### Automatically

##### Increase the version number
1. Create a new PR for the release that upgrades the version in code. Name it `js_release/A.B.C` for production releases and `js_release_alpha/A.B.C` for alpha releases. In the package.json update the version number to the new version
1. Create a new PR for the release that upgrades the version in code. Name it `js_release/A.B.C` for production releases and `js_release_alpha/A.B.C` for alpha releases. In the package.json update the version number to the new version. For production releases this is just the version number, for alpha
releases this is the version number with '-alphaX' appended to it. For example, if the current version is 1.0.0, the alpha release would be 1.0.0-alpha1 for the first alpha release, 1.0.0-alpha2 for the second alpha release, etc.
2. Add the "release" label to this PR
3. Once the PR is merged, tag your commit SHA with the release version

Expand Down
2 changes: 1 addition & 1 deletion clients/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chromadb",
"version": "1.5.7",
"version": "1.5.8",
"description": "A JavaScript interface for chroma",
"keywords": [],
"author": "",
Expand Down

0 comments on commit 242d165

Please sign in to comment.