Skip to content

Commit 08cc817

Browse files
authored
docs: Tiny tweak to README: how to skip lifecycle steps via command line (#329)
1 parent 8b9a606 commit 08cc817

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,8 @@ by adding the following to your package.json:
432432
}
433433
```
434434

435+
To set these options via the command line, use `commit-and-tag-version --skip.changelog`
436+
435437
### Committing Generated Artifacts in the Release Commit
436438

437439
If you want to commit generated artifacts in the release commit, you can use the `--commit-all` or `-a` flag. You will need to stage the artifacts you want to commit, so your `release` command could look like this:

0 commit comments

Comments
 (0)