Skip to content

Commit 2de4bb5

Browse files
author
Sravan S
authored
chore: Correct the repo for e2e testing (#663)
1 parent bf323fd commit 2de4bb5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/steps.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Release Steps
2+
13
## Step 0 - Setup
24
1. Create a new branch for the release: `git checkout -b release/{X.X.X}` (before it was `release/v{X.X.X}`)
35
2. Write/Generate changelog in CHANGELOG.md
@@ -9,7 +11,7 @@
911
5. Run `npm run build`
1012
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
1113
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)
1315
9. If everything is fine go to Step 2, otherwise make changes to main branch, rebase and repeat Step 1
1416

1517
## Step 2 - Actual release

0 commit comments

Comments
 (0)