GithubHelp home page GithubHelp logo

berkus / conventional-commits-icons Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pvdlg/conventional-changelog-metahub

0.0 1.0 0.0 153 KB

conventional-changelog preset

License: MIT License

JavaScript 100.00%

conventional-commits-icons's Introduction

Commit types

Commit Type Title Description Emoji Release Include in changelog
feat Features A new feature โœจ minor true
fix Bug Fixes A bug Fix ๐Ÿ› patch true
docs Documentation Documentation only changes ๐Ÿ“š patch if scope is readme true
style Styles Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) ๐Ÿ’Ž - true
refactor Code Refactoring A code change that neither fixes a bug nor adds a feature ๐Ÿ“ฆ - true
perf Performance Improvements A code change that improves performance ๐Ÿš€ patch true
test Tests Adding missing tests or correcting existing tests ๐Ÿšจ - true
build Builds Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) ๐Ÿ›  patch true
ci Continuous Integrations Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs) โš™๏ธ - true
chore Chores Other changes that don't modify src or test files โ™ป๏ธ - true
revert Reverts Reverts a previous commit ๐Ÿ—‘ - true

Convention to format the message is: feat(scope): โœจ Message and so on.

Commit aliases

Aliases allow to have additional commit types (in a tool like commitizen) that can be formatted to follow regular conv commit style.

For example the commit CLI could present the choice initial and the final commit message will be 'feat: ๐ŸŽ‰ Initial commit'

Commit Type Maps to Title Description Emoji
initial feat Initial Initial commit ๐ŸŽ‰
dependencies fix Dependencies Update dependencies โฌ†๏ธ
peerDependencies fix Peer dependencies Update peer dependencies โฌ†๏ธ
devDependencies chore Dev dependencies Update development dependencies โฌ†๏ธ
metadata fix Metadata Update metadata (package.json) ๐Ÿ“ฆ

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.