Skip to content

Commit

Permalink
Fix: Extend with eslint plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Nikitin <andrew.nikitin@cheqd.io>
  • Loading branch information
Andrew Nikitin committed May 26, 2022
1 parent 0fb6753 commit e386724
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
},
'main'
],
"repositoryUrl": "https://github.com/cheqd/did-provider-cheqd.git",
"debug": true,
"extends": ["@conventional-changelog-eslint"],
"debug": "true",
"plugins": [
["@semantic-release/github", {
"assets": ["dist/**"]
Expand All @@ -19,18 +19,10 @@
"tag": "Breaking",
"release": "minor"
},
{
"tag": "breaking",
"release": "minor"
},
{"type": "feat", "release": "patch"},
{"type": "fix", "release": "patch"},
{"tag": "New", "release": "patch"},
{"tag": "Fix", "release": "patch"},
],
"parserOpts": {
"noteKeywords": ["Breaking Change", "breaking change"]
}
}],
["@semantic-release/npm"],
["@conventional-changelog-eslint"]
]
}

0 comments on commit e386724

Please sign in to comment.