Skip to content

Commit 361e977

Browse files
committed
docs(README): paraphase features
1 parent 9b99642 commit 361e977

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,13 @@ This standardization makes your commit history more readable and meaningful, whi
4141

4242
### Features
4343

44-
- Command-line utility to create commits with your rules. Defaults: [Conventional commits][conventional_commits]
45-
- Bump version automatically using [semantic versioning][semver] based on the commits. [Read More](https://commitizen-tools.github.io/commitizen/commands/bump/)
46-
- Generate a changelog using [Keep a changelog][keepchangelog]
47-
- Update your project's version files automatically
48-
- Display information about your commit rules (commands: schema, example, info)
49-
- Create your own set of rules and publish them to pip. Read more on [Customization](https://commitizen-tools.github.io/commitizen/customization/)
44+
- Interactive CLI for standardized commits with default [Conventional Commits][conventional_commits] support
45+
- Intelligent [version bumping](https://commitizen-tools.github.io/commitizen/commands/bump/) using [Semantic Versioning][semver]
46+
- Automatic [keep a changelog][keepchangelog] generation
47+
- Built-in commit validation with pre-commit hooks
48+
- [Customizable](https://commitizen-tools.github.io/commitizen/customization/) commit rules and templates
49+
- Multi-format version file support
50+
- Custom rules and plugins via pip
5051

5152
## Getting Started
5253

0 commit comments

Comments
 (0)