Skip to content

Commit c614083

Browse files
committed
update steps.md
1 parent 6da6d76 commit c614083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
- 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).
3535
8. Ask EM to review the release ticket and await for `Release approved`.
3636
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).
3838
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`.
3939
12. After release do the followings:
4040
- Update release ticket to `Released`

0 commit comments

Comments
 (0)