You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -41,12 +41,13 @@ This standardization makes your commit history more readable and meaningful, whi
41
41
42
42
### Features
43
43
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
0 commit comments