Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
docs: ✏️ add example
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Jun 6, 2018
1 parent 4dd3914 commit 3fcc7cd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 18 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ run.js
yarn.lock
/test/
/build/
/docs/
28 changes: 10 additions & 18 deletions build/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,21 +62,7 @@ git cz

## Examples

```
feat: 🎸 add 'graphiteWidth' option
```

```
fix: 🐞 stop graphite breaking when width < 0.1
```

```
perf: ⚡️ remove graphiteWidth option
BREAKING CHANGE: The graphiteWidth option has been removed. The default graphite width of 10mm is always used for performance reason.
Issues: MOL-1234
```
![](./docs/example.png)


## Custom config
Expand Down Expand Up @@ -145,7 +131,13 @@ The footer is the place to reference any tasks related to this commit.
## Why this Fork?

```
11:10 $ npm i -g mol-conventional-changelog
+ mol-conventional-changelog@1.4.0
added 345 packages in 38.677s
npm i -g git-cz
added 1 package in 0.612s
```

Installs in 0.6s vs 31.1s.

```
npm i -g mol-conventional-changelog
added 345 packages in 31.076s
```
Binary file added docs/example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3fcc7cd

Please sign in to comment.