Skip to content

Commit d5abc43

Browse files
committed
docs(changelog): add dry-run examples
1 parent a829488 commit d5abc43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ cz ch
4141
#### Get the changelog for the given version
4242
4343
```bash
44-
cz changelog 0.3.0
44+
cz changelog 0.3.0 --dry-run
4545
```
4646
4747
#### Get the changelog for the given version range
4848
4949
```bash
50-
cz changelog 0.3.0..0.4.0
50+
cz changelog 0.3.0..0.4.0 --dry-run
5151
```
5252
5353
## Constrains
@@ -173,7 +173,7 @@ Collects changes from prereleases into the next non-prerelease. This means that
173173
cz changelog --merge-prerelease
174174
```
175175
176-
```toml
176+
```toml
177177
[tools.commitizen]
178178
# ...
179179
changelog_merge_prerelease = true

0 commit comments

Comments
 (0)