Skip to content

Commit 28b2cb1

Browse files
committed
Updated instructions
1 parent 533f5f7 commit 28b2cb1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ yarn build
6969

7070
# First publish react version
7171
cd packages/docsearch-react
72-
yarn publish
72+
yarn publish --no-git-tag-version
7373

7474
# in packages/docsearch-js/package.json
7575
# increment version number of typesense-docsearch-react dependency in package.json, to the one we released above
@@ -78,7 +78,7 @@ cd <root>
7878
yarn
7979
yarn build
8080
cd packages/docsearch-js
81-
yarn publish
81+
yarn publish --no-git-tag-version
8282
```
8383

8484
It will create a pull request for the next release. When it's reviewed, approved and merged, then CircleCI will automatically publish it to npm.

0 commit comments

Comments
 (0)