Skip to content

Commit

Permalink
🎨 Fix release-it section doc
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardfactory committed Oct 24, 2019
1 parent 09207e9 commit 0a878cf
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,14 @@ plugin](https://github.com/release-it/conventional-changelog) (v11+) with the
`@favoloso/emoji` preset.

```json
"release-it": {
// ...
"plugins": {
"@release-it/conventional-changelog": {
"preset": "@favoloso/emoji",
"infile": "CHANGELOG.md"
}
"release-it": {
"plugins": {
"@release-it/conventional-changelog": {
"preset": "@favoloso/emoji",
"infile": "CHANGELOG.md"
}
}
}
```

## Lint (and fix) commit messages
Expand Down

0 comments on commit 0a878cf

Please sign in to comment.