File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments