Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cz-mtb-commit

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cz-mtb-commit

A commitizen adapter for mtb format, forked from cz-conventional-changelog.

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

cz-mtb-commit

A commitizen adapter for mtb format, forked from cz-conventional-changelog.

mtb commit message format

Header

[{type}] {short description}

  • type:

    • feature: A new feature;
    • fix: A bug fix;
    • docs: Documentation only changes;
    • style: Changes that do not affect the meaning of the code,like white-space, formatting, missing semi-colons, etc;
    • refactor: Code refactoring;
    • upgrade: Upgrade dependencies;
    • test: Adding missing tests;
    • chore: Changes to the build process or auxiliary tools and libraries such as documentation generation;
    • feature: A new feature;
  • {short description}:

    Write a short, imperative tense description of the change.

Body

Provide a longer description of the change.

List any breaking changes or issues closed by this change.

Usage

First, Install commitizen cli tools:

npm install -g commitizen

Next, initialize your project to use the cz-mtb-commit adapter by typing:

commitizen init cz-mtb-commit --save-dev --save-exact

Now cdinto any git repository and use git cz instead of git commit and you will find the commitizen prompt.

Example

more information

FAQs

Package last updated on 15 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc