Skip to content

Commit

Permalink
feat: fix semver
Browse files Browse the repository at this point in the history
  • Loading branch information
phoqe committed Jun 3, 2021
1 parent ed7479d commit 52296c8
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,23 @@
]
},
"release": {
"tagFormat": "${version}"
"tagFormat": "${version}",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/git",
[
"@semantic-release/github",
{
"successComment": false,
"failComment": false,
"failTitle": false,
"labels": false,
"releasedLabels": false
}
]
]
},
"lint-staged": {
"*": [
Expand Down

0 comments on commit 52296c8

Please sign in to comment.