Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ We publish only major versions starting with `v2`.
## As Script

```bash
docker run --rm -v $(pwd):/usr/src/project commitizen/commitizen:latest /bin/sh -c 'cz bump --changelog'
docker run --rm -v $(pwd):/app commitizen/commitizen:latest /bin/sh -c 'cz bump --changelog'
```

## Inside container
Expand All @@ -29,7 +29,7 @@ Open a terminal inside docker with `cz` available and with the current directory
This way we can run any `cz` command.

```bash
docker run --rm -it -v $(pwd):/usr/src/project commitizen/commitizen:latest
docker run --rm -it -v $(pwd):/app commitizen/commitizen:latest
```

## Contributing
Expand Down