Skip to content

Commit 82e650c

Browse files
committed
docs(Bump): wording consistency
1 parent d389330 commit 82e650c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/commands/bump.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- **Automatic Version Detection**: Analyzes commit history to determine the appropriate version bump
1010
- **Manual Version Control**: Supports manual version specification when needed
1111
- **Pre-release Support**: Handles alpha, beta, and release candidate versions
12-
- **Multiple Version Schemes**: Supports both [PEP 0440][pep440] and [semantic versioning][semver] formats
12+
- **Multiple Version Schemes**: Supports both [PEP 440][pep440] and [semantic versioning][semver] formats
1313

1414
### Version Increment Rules
1515

@@ -23,7 +23,7 @@ The version follows the `MAJOR.MINOR.PATCH` format, with increments determined b
2323

2424
### Version Schemes
2525

26-
By default, Commitizen uses [PEP 0440][pep440] for version formatting. You can switch to semantic versioning using either:
26+
By default, Commitizen uses [PEP 440][pep440] for version formatting. You can switch to semantic versioning using either:
2727

2828
1. Command line:
2929
```sh

0 commit comments

Comments
 (0)