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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
# Release Steps
2
+
1
3
## Step 0 - Setup
2
4
1. Create a new branch for the release: `git checkout -b release/{X.X.X}` (before it was `release/v{X.X.X}`)
3
5
2. Write/Generate changelog in CHANGELOG.md
@@ -9,7 +11,7 @@
9
11
5. Run `npm run build`
10
12
6. Inside `./<root>/dist`, Run `npm publish --tag beta` for beta release. You can also use `npm publish --tag <next | rc>` for other release candidates
11
13
7. Commit .bundle_analysis.json, encouraged to summarize the bundle-size in the changelog
12
-
8. Test the rc version in your project(s) https://github.com/sendbird/uikit-react-test_suite (WIP: We are automating this step)
14
+
8. Test the rc version in your project(s) https://github.com/sendbird/sendbird-uikit-react-e2e (WIP: We are automating this step)
13
15
9. If everything is fine go to Step 2, otherwise make changes to main branch, rebase and repeat Step 1
0 commit comments