Skip to content

Commit 8de6b4f

Browse files
committed
docs: fix typo in bump command hooks description
1 parent 6a2c806 commit 8de6b4f

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
@@ -589,7 +589,7 @@ execution of the script, some environment variables are available:
589589
| `CZ_PRE_NEW_VERSION` | New version, after the bump |
590590
| `CZ_PRE_NEW_TAG_VERSION` | New version tag, after the bump |
591591
| `CZ_PRE_MESSAGE` | Commit message of the bump |
592-
| `CZ_PRE_INCREMENT` | Whether this is a `MAJOR`, `MINOR` or `PATH` release |
592+
| `CZ_PRE_INCREMENT` | Whether this is a `MAJOR`, `MINOR` or `PATCH` release |
593593
| `CZ_PRE_CHANGELOG_FILE_NAME` | Path to the changelog file, if available |
594594

595595
```toml title="pyproject.toml"
@@ -616,7 +616,7 @@ release. During execution of the script, some environment variables are availabl
616616
| `CZ_POST_CURRENT_VERSION` | Current version, after the bump |
617617
| `CZ_POST_CURRENT_TAG_VERSION` | Current version tag, after the bump |
618618
| `CZ_POST_MESSAGE` | Commit message of the bump |
619-
| `CZ_POST_INCREMENT` | Whether this was a `MAJOR`, `MINOR` or `PATH` release |
619+
| `CZ_POST_INCREMENT` | Whether this was a `MAJOR`, `MINOR` or `PATCH` release |
620620
| `CZ_POST_CHANGELOG_FILE_NAME` | Path to the changelog file, if available |
621621

622622
```toml title="pyproject.toml"

0 commit comments

Comments
 (0)