Skip to content

Commit 08ced5d

Browse files
bearomorphismLee-W
authored andcommitted
docs(README): fix broken bullet points
1 parent 3560156 commit 08ced5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,14 @@ cz bump
163163
```
164164

165165
This 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

171172
You 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

189191
This command is particularly useful for automation scripts and CI/CD pipelines.
192+
190193
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.
191194

192195
#### Pre-commit Integration

0 commit comments

Comments
 (0)