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

@tophat/commitizen-adapter

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tophat/commitizen-adapter

A customized Commitizen adapter for commit message standardization and automatic semantic versioning.

  • 0.0.9
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
127
increased by1.6%
Maintainers
2
Weekly downloads
 
Created
Source

We are standardizing our commit messages to pave the way for automatic semantic package versioning, and to do so, we are using Commitizen as an interactive commit message builder. We've customized the conventional Commitizen adapter to suit our needs.

Commit Types

You will see the following commit types when you run the command git cz:


wip: Changes that are part of some work in progress

feat: A new feature (NOTE: This will be added to the changelog)

fix: A bug fix (NOTE: This will be added to the changelog)

cr: Changes resulting from code review

style: Changes that don't affect the code's meaning (whitespace, formatting, etc)

refactor: Changes that neither fix a bug nor add a feature

perf: Changes that improve performance (NOTE: This will be added to the changelog)

docs: Changes to documentation only

test: Adding missing tests or correcting existing tests

revert: Reverts a previous commit

build: Changes that affect the build system or external dependencies

ci: Changes to our CI configuration files and scripts

chore: Other changes that don't modify src or test files

Maximum Character Limit

There is a maximum character limit of 72 for the header of the commit message which is composed of the commit type and subject.

FAQs

Package last updated on 25 Apr 2019

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