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: docs/internal/release.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@
11
11
> Make sure you're on the main branch.
12
12
13
13
1.`git checkout main`
14
-
2. Use `make release_npm` to run:
14
+
2.`pnpm changeset` to create changeset
15
+
3. Use `make release_npm` to run:
15
16
16
17
- Create a changeset with `pnpm changeset`
17
18
- Version all packages with `pnpm changeset version` -- This skips the stage of generating a pull request with the merge and handles everything in one workflow.
0 commit comments