Skip to content

Commit

Permalink
fix(readme): Fix typo in config example
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Aug 29, 2017
1 parent cc90a8d commit affd555
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ This is an `Array` of rule objects. A rule object has a `release` property and 1
{
"release": {
"analyzeCommits": {
"path": "sr-commit-analyzer",
"preset": "angular",
"releaseRules": [
{"type": "docs", "scope": "README", "release": "patch"},
Expand Down Expand Up @@ -128,6 +129,7 @@ For example with `eslint` preset:
{
"release": {
"analyzeCommits": {
"path": "sr-commit-analyzer",
"preset": "eslint",
"releaseRules": [
{"tag": "Docs", "message":"/README/", "release": "patch"},
Expand Down Expand Up @@ -178,6 +180,7 @@ The following example uses [Angular convention](https://github.com/conventional-
{
"release": {
"analyzeCommits": {
"path": "sr-commit-analyzer",
"preset": "angular",
"parserOpts": {
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"],
Expand Down

0 comments on commit affd555

Please sign in to comment.