Skip to content

Commit 4b79605

Browse files
authored
Developer Guide: Fixed instructions for running nox task release:prepare (#163)
1 parent 5a7d14b commit 4b79605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/developer_guide/developer-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Creating a new release of the NC requires 4 steps
1212
### Prepare the Release
1313

1414
```shell
15-
poetry run nox -s release:prepare <additional-options> <version>
15+
poetry run nox -s release:prepare -- -- <additional-options> <version>
1616
```
1717

1818
`<additional-options>` include

0 commit comments

Comments
 (0)