Skip to content

Commit

Permalink
docs(gettings_started): migrate to 'cz commmit -- -s' syntaxes
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian DC <radian.dc@gmail.com>
  • Loading branch information
AdrianDC authored and Lee-W committed Nov 16, 2024
1 parent 18e4928 commit 02dd9d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ cz c
Run in the terminal

```bash
cz commit --signoff
cz commit -- --signoff
```

or the shortcut

```bash
cz commit -s
cz commit -- -s
```

### Get project version
Expand Down

0 comments on commit 02dd9d0

Please sign in to comment.