Skip to content

Commit fc7a2f1

Browse files
committed
wip
1 parent 7d4959f commit fc7a2f1

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

docs/config/changelog.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,7 @@ Format used to parse and generate the changelog. If not specified, resolved from
2424
Update changelog with the missing versions. This is good if you don't want to replace previous versions in the file.
2525

2626
!!! note
27-
When doing `cz bump --changelog` this is automatically set to `True`
28-
29-
## `changelog_start_rev`
30-
31-
- Type: `str`
32-
- Default: `None`
33-
34-
Start from a given git rev to generate the changelog
27+
When doing `cz bump --changelog`, this is automatically set to `True`.
3528

3629
## `changelog_merge_prerelease`
3730

@@ -40,6 +33,13 @@ Start from a given git rev to generate the changelog
4033

4134
Collect all changes of prerelease versions into the next non-prerelease version when creating the changelog.
4235

36+
## `changelog_start_rev`
37+
38+
- Type: `str`
39+
- Default: `None`
40+
41+
Start from a given git rev to generate the changelog.
42+
4343
## `template`
4444

4545
- Type: `str`

docs/config/commit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ When false, breaking changes will be only indicated by `BREAKING CHANGE:` in the
1616
- Type: `str`
1717
- Default: `"utf-8"`
1818

19-
Sets the character encoding to be used when parsing commit messages. [Read more][encoding]
19+
Sets the character encoding to be used when parsing commit messages.
2020

2121
## `retry_after_failure`
2222

2323
- Type: `bool`
2424
- Default: `False`
2525

26-
Automatically retry failed commit when running `cz commit`. [Read more][retry_after_failure]
26+
Automatically retry failed commit when running `cz commit`.

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ nav:
4545
- Configuration:
4646
- Configuration File: "config/configuration_file.md"
4747
- Version Provider: "config/version_provider.md"
48-
- Bump: "config/bump.md"
49-
- Commit: "config/commit.md"
50-
- Check: "config/check.md"
51-
- Changelog: "config/changelog.md"
48+
- bump: "config/bump.md"
49+
- commit: "config/commit.md"
50+
- check: "config/check.md"
51+
- changelog: "config/changelog.md"
5252
- Misc Options: "config/option.md"
5353
- Customization: "customization.md"
5454
- Tutorials:

0 commit comments

Comments
 (0)