Skip to content

Commit 0acd25f

Browse files
committed
docs(gettings_started): migrate to 'cz commmit -- -s' syntaxes
Signed-off-by: Adrian DC <[email protected]>
1 parent b554ef5 commit 0acd25f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting_started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ cz c
5151
Run in the terminal
5252

5353
```bash
54-
cz commit --signoff
54+
cz commit -- --signoff
5555
```
5656

5757
or the shortcut
5858

5959
```bash
60-
cz commit -s
60+
cz commit -- -s
6161
```
6262

6363
### Get project version

0 commit comments

Comments
 (0)