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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,15 +104,15 @@ Usage examples:
104
104
105
105
- Bump patch, build, push (and trigger CI publish):
106
106
107
-
./scripts/release.sh
107
+
`./scripts/release.sh`
108
108
109
109
- Bump minor and publish locally after push:
110
110
111
-
./scripts/release.sh minor --publish
111
+
`./scripts/release.sh minor --publish`
112
112
113
113
- Explicit version, build skipped, dry run:
114
114
115
-
./scripts/release.sh 1.2.3 --no-build --dry-run
115
+
`./scripts/release.sh 1.2.3 --no-build --dry-run`
116
116
117
117
Notes:
118
118
- By default the CI workflow will publish packages via Trusted Publisher (OIDC) when a `v*.*.*` tag is pushed. Use `--publish` to perform a local `npm publish` from your machine instead.
0 commit comments