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/releases.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,13 +46,4 @@ bun run release 0.2.0
46
46
47
47
`release` updates `package.json`, runs the package checks, commits the version bump, creates the matching tag, pushes `main` and the tag, creates the GitHub Release, waits for the publish workflow, and verifies that npm has the new package version.
48
48
49
-
The lower-level commands are still available when you need to split the release into two steps:
50
-
51
-
```sh
52
-
bun run release:prepare patch
53
-
bun run release:push
54
-
```
55
-
56
-
`release:prepare` updates `package.json`, runs the package checks, commits the version bump, and creates the matching tag locally. `release:push` pushes `main` and that exact tag, creates or updates the GitHub Release, waits for the publish workflow, and verifies that npm has the new package version.
57
-
58
49
The workflow checks that the tag matches `package.json` before publishing, so a mismatched tag cannot publish accidentally.
0 commit comments