Skip to content

Commit

Permalink
Merge pull request #274 from supabase/fix/release
Browse files Browse the repository at this point in the history
fix: remove trailing comma in .releaserc.json
  • Loading branch information
w3b6x9 committed Sep 22, 2021
2 parents 14cd3e4 + 574edc0 commit 7ad1d09
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 7ad1d09

Please sign in to comment.