Skip to content

Commit

Permalink
fix: remove trailing comma in .releaserc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
w3b6x9 committed Sep 22, 2021
1 parent 14cd3e4 commit 574edc0
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .releaserc.json
Expand Up @@ -15,12 +15,15 @@
],
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/github", {
"successComment": false,
"releasedLabels": false,
"failTitle": false,
"addReleases": false,
}],
[
"@semantic-release/github",
{
"successComment": false,
"releasedLabels": false,
"failTitle": false,
"addReleases": false
}
],
"@semantic-release/npm"
]
}

0 comments on commit 574edc0

Please sign in to comment.