About 49 results
Open links in new tab
  1. Commitizen - GitHub Pages

    Commitizen supports command-line completion through argcomplete, which is automatically installed as a dependency. This feature provides intelligent auto-completion for all Commitizen …

  2. commit - Commitizen

    By default, Commitizen uses conventional commits, but you can customize the commit rules to match your project's needs. See the customization guide for details.

  3. Writing commits - Commitizen - GitHub Pages

    By default, Commitizen uses the known conventional commits, but you can create your own following the documentation information over at customization. Conventional commits

  4. Auto check commits - Commitizen - GitHub Pages

    --- repos: - repo: https://github.com/commitizen-tools/commitizen rev: v1.17.0 hooks: - id: commitizen stages: [commit-msg]

  5. check - Commitizen - GitHub Pages

    check This feature checks whether a string or a range of git commits follows the given committing rules. Comments in git messages will be ignored. To set up an automatic check before every …

  6. bump - Commitizen - GitHub Pages

    When you run cz bump --check-consistency, Commitizen will verify that the current version in pyproject.toml (1.21.0) exists in all files listed in version_files. In this example, it will detect that …

  7. Managing tags formats - Commitizen

    Commitizen can deal with it as long as you provide the legacy tag format in the configuration. Using the previous example, let's say you want to move from v${version} to component …

  8. Auto prepare commit message - Commitizen - GitHub Pages

    It can be desirable to use Commitizen for all types of commits (i.e. regular, merge, squash) so that the complete git history adheres to the commit message convention without ever having to call …

  9. FAQ - Commitizen - GitHub Pages

    Regarding the name, cz-js came first, they used the word Commitizen first. When this project was created originally, the creator read "be a good commitizen", and thought it was just a cool word …

  10. init - Commitizen - GitHub Pages

    Commitizen supports multiple version management systems: commitizen: Uses Commitizen's built-in version management system npm: Manages version in package.json for Node.js …