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
163
163
```
164
164
165
165
This command:
166
+
166
167
- Bumps your project's version
167
168
- Creates a git tag
168
169
- Updates the changelog (if ` update_changelog_on_bump ` is enabled)
169
170
- Updates version files
170
171
171
172
You can customize:
173
+
172
174
- [ Version files] ( https://commitizen-tools.github.io/commitizen/commands/bump/#version_files )
173
175
- [ Version scheme] ( https://commitizen-tools.github.io/commitizen/commands/bump/#version_scheme )
174
176
- [ Version provider] ( https://commitizen-tools.github.io/commitizen/config/#version-providers )
@@ -187,6 +189,7 @@ cz changelog --dry-run "$(cz version -p)"
187
189
```
188
190
189
191
This command is particularly useful for automation scripts and CI/CD pipelines.
192
+
190
193
For 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.
191
194
192
195
#### Pre-commit Integration
You can’t perform that action at this time.
0 commit comments