File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -163,12 +163,14 @@ cz bump
163163```
164164
165165This command:
166+
166167- Bumps your project's version
167168- Creates a git tag
168169- Updates the changelog (if ` update_changelog_on_bump ` is enabled)
169170- Updates version files
170171
171172You can customize:
173+
172174- [ Version files] ( https://commitizen-tools.github.io/commitizen/commands/bump/#version_files )
173175- [ Version scheme] ( https://commitizen-tools.github.io/commitizen/commands/bump/#version_scheme )
174176- [ Version provider] ( https://commitizen-tools.github.io/commitizen/config/#version-providers )
@@ -187,6 +189,7 @@ cz changelog --dry-run "$(cz version -p)"
187189```
188190
189191This command is particularly useful for automation scripts and CI/CD pipelines.
192+
190193For example, you can use the output of the command ` cz changelog --dry-run "$(cz version -p)" ` to notify your team about a new release in Slack.
191194
192195#### Pre-commit Integration
You can’t perform that action at this time.
0 commit comments