You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/phone-number-privacy/common/README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,8 @@ These instructions assume the following scenario for readability:
27
27
4. Same idea as above -- ensure the version of the `@celo/phone-number-privacy-common` package is set to the version you are trying to release (i.e. `2.0.3-beta.1`) and that all other packages are importing this version.
28
28
5. From the monorepo root directory, run `yarn reset && yarn && yarn build` (expect this to take at least 10 mins)
29
29
6. Commit your changes with the message `3.2.0-beta.1`
30
-
7. Publish the ODIS common package by navigating to the `phone-number-privacy/common` directory and running `npm publish —-tag beta --version 3.2.0-beta.1 —-otp <OTP>`
30
+
7. Publish the ODIS common package by navigating to the `phone-number-privacy/common` directory and running `npm publish —-tag beta`
31
+
- You will be prompted to enter your OTP
31
32
- When publishing as `latest`, omit the `--tag beta`
32
33
8. Publish the sdks by running `npm run deploy-sdks` from the monorepo root directory
33
34
- You will be prompted to enter a version number that you wish to publish. i.e. `3.2.0-beta.1`
0 commit comments