From c614fe4a745c1c44d35e2fb65edc9c5d02431ef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6nnemann?= Date: Fri, 18 Sep 2015 11:41:58 +0200 Subject: [PATCH] docs(README): add example commits --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 3727468d..038e4b65 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,26 @@ format that includes a **type**, a **scope** and a **subject** ([full explanatio You can simplify using this convention for yourself and contributors by using [commitizen](https://github.com/commitizen/cz-cli) and [validate-commit-msg](https://github.com/kentcdodds/validate-commit-msg). +### Patch Release + +``` +fix(pencil): stop graphite breaking when too much pressure applied +``` + +### ~~Minor~~ Fix Release + +``` +feat(pencil): add 'graphiteWidth' option +``` + +### ~~Major~~ Breaking Release + +``` +perf(pencil): remove graphiteWidth option + +BREAKING CHANGE: The graphiteWidth option has been removed. The default graphite width of 10mm is always used for performance reason. +``` + ## Setup [![NPM](https://nodei.co/npm/semantic-release.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/semantic-release/)