We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a829488 commit d5abc43Copy full SHA for d5abc43
docs/changelog.md
@@ -41,13 +41,13 @@ cz ch
41
#### Get the changelog for the given version
42
43
```bash
44
-cz changelog 0.3.0
+cz changelog 0.3.0 --dry-run
45
```
46
47
#### Get the changelog for the given version range
48
49
50
-cz changelog 0.3.0..0.4.0
+cz changelog 0.3.0..0.4.0 --dry-run
51
52
53
## Constrains
@@ -173,7 +173,7 @@ Collects changes from prereleases into the next non-prerelease. This means that
173
cz changelog --merge-prerelease
174
175
176
-```toml
+```toml
177
[tools.commitizen]
178
# ...
179
changelog_merge_prerelease = true
0 commit comments