Skip to content
This repository has been archived by the owner on Feb 5, 2018. It is now read-only.

Commit

Permalink
fix(build): update semantic-release
Browse files Browse the repository at this point in the history
And simplify docs
  • Loading branch information
Kent C. Dodds committed Jan 26, 2017
1 parent 815bc77 commit b5769f1
Show file tree
Hide file tree
Showing 3 changed files with 284 additions and 110 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,7 @@ or in `package.json`
{
"config": {
"validate-commit-msg": {
"types": ["feat", "fix", "docs", "style", "refactor", "perf", "test", "chore", "revert"], // default
"scope": {
required: false, // default,
allowed: ['button', 'card'], // default is '*' for anything,
validate: false, // default,
multiple: false // default
},
"warnOnFail": false, // default
"maxSubjectLength": 100, // default
"subjectPattern": ".+", // default
"subjectPatternErrorMsg": "subject does not match subject pattern!", // default
"helpMessage": "", // default
"autoFix": false // default
/* your config here */
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"istanbul": "0.4.2",
"mocha": "2.3.4",
"opt-cli": "1.5.1",
"semantic-release": "4.3.5",
"semantic-release": "^6.3.2",
"sinon": "1.17.2"
},
"config": {
Expand Down

0 comments on commit b5769f1

Please sign in to comment.