Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
fix(release): cleaning release config
Browse files Browse the repository at this point in the history
  • Loading branch information
engnadeau committed Aug 17, 2020
1 parent 35d4de0 commit 539ab54
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,7 @@
],
"plugins": [
["@semantic-release/commit-analyzer", {
"preset": "angular",
"releaseRules": [{
"type": "docs",
"scope": "README",
"release": "patch"
},
{
"type": "refactor",
"release": "patch"
},
{
"type": "style",
"release": "patch"
}
],
"parserOpts": {
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"]
}
"preset": "angular"
}],
"@semantic-release/release-notes-generator",
"@semantic-release/github"
Expand Down

0 comments on commit 539ab54

Please sign in to comment.