Skip to content

Commit

Permalink
build(semantic-release): correct .releaserc file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Jul 30, 2020
1 parent bab9612 commit ab43db4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 19 deletions.
17 changes: 16 additions & 1 deletion .releaserc
@@ -1,3 +1,18 @@
{
"extends": "@ahmadnassri/semantic-release-config"
"plugins": [
["@semantic-release/commit-analyzer", {
"releaseRules": [
{"breaking": true, "release": "major"},
{"revert": true, "release": "patch"},
{"type": "build", "release": "patch"},
{"type": "feat", "release": "minor"},
{"type": "fix", "release": "patch"},
{"type": "perf", "release": "patch"},
{"type": "refactor", "release": "patch"}
]
}],
"@semantic-release/release-notes-generator",
"@semantic-release/github",
"@semantic-release/npm"
]
}
18 changes: 0 additions & 18 deletions .releaserc copy

This file was deleted.

0 comments on commit ab43db4

Please sign in to comment.