Skip to content

Commit

Permalink
revert: temporarily allow refactor commits to trigger a release
Browse files Browse the repository at this point in the history
This reverts commit 01aff75.
  • Loading branch information
Whinarn committed Apr 14, 2020
1 parent 5627513 commit fd8d697
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
{
"tagFormat": "v${version}",
"plugins": [
["@semantic-release/commit-analyzer", {
"preset": "angular",
"releaseRules": [
{"type": "refactor", "release": "minor"}
]
}],
["@semantic-release/commit-analyzer", { "preset": "angular" }],
["@semantic-release/release-notes-generator", { "preset": "angular" }],
["@semantic-release/changelog", { "preset": "angular" }],
["@semantic-release/npm", { "npmPublish": false }],
Expand Down

0 comments on commit fd8d697

Please sign in to comment.