Skip to content

Commit

Permalink
fix: update version in package.json on release
Browse files Browse the repository at this point in the history
  • Loading branch information
w3b6x9 committed Feb 14, 2022
1 parent fe0c5bb commit 2a1c0ce
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .releaserc.json
@@ -1,5 +1,17 @@
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
[
"@semantic-release/github",
{
"successComment": false,
"releasedLabels": false,
"failTitle": false,
"addReleases": false
}
],
[
"semantic-release-plugin-update-version-in-files",
{
Expand All @@ -12,18 +24,6 @@
],
"placeholder": "0.0.0"
}
],
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/github",
{
"successComment": false,
"releasedLabels": false,
"failTitle": false,
"addReleases": false
}
],
"@semantic-release/npm"
]
]
}

0 comments on commit 2a1c0ce

Please sign in to comment.