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: scripts/steps.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@
34
34
- Add all merged [SBISSUES tickets](https://sendbird.atlassian.net/jira/dashboards/11202?maximized=25045) in the `Linked issues` as `blocks` (When the ticket status changes to `Released`, Atlassan automatically adds a comment to each linked issues).
35
35
8. Ask EM to review the release ticket and await for `Release approved`.
36
36
9. In the root, `yarn build` to create new build files. Once created, make sure files in `dist` is newly created/updated.
37
-
10. Change directory to `./dist` and then publish `npm publish`
37
+
10. Change directory to `./dist` and then publish `npm publish` (`npm publish --tag beta` for beta release).
38
38
11. In the release branch, create a new tag `v{X.X.X}` and the push the tag `git push v{X.X.X} origin`.
0 commit comments