Skip to content

Commit d3baba1

Browse files
authored
Update README.md to format script commands
Format usage examples in README for better readability.
1 parent 62ab12d commit d3baba1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,15 @@ Usage examples:
104104

105105
- Bump patch, build, push (and trigger CI publish):
106106

107-
./scripts/release.sh
107+
`./scripts/release.sh`
108108

109109
- Bump minor and publish locally after push:
110110

111-
./scripts/release.sh minor --publish
111+
`./scripts/release.sh minor --publish`
112112

113113
- Explicit version, build skipped, dry run:
114114

115-
./scripts/release.sh 1.2.3 --no-build --dry-run
115+
`./scripts/release.sh 1.2.3 --no-build --dry-run`
116116

117117
Notes:
118118
- 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

Comments
 (0)