Skip to content

Instantly share code, notes, and snippets.

@gh0st
Forked from timdeschryver/semantic-release.md
Created November 8, 2018 23:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gh0st/0e144d2397ff7d5e98f218f2004bafaa to your computer and use it in GitHub Desktop.
Save gh0st/0e144d2397ff7d5e98f218f2004bafaa to your computer and use it in GitHub Desktop.
type description release type
feat A new feature minor
fix A bug fix patch
docs Documentation only changes /
style Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) /
refactor A code change that neither fixes a bug nor adds a feature /
perf A code change that improves performance patch
test Adding missing or correcting existing tests /
chore Changes to the build process or auxiliary tools and libraries such as documentation generation /
If the body contains `BREAKING CHANGE`, `BREAKING CHANGES` or `BREAKING` it will result in a a new major release
The highest release type will determine the global release type when multiple commits are made
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment