Skip to content

Commit

Permalink
Merge pull request #14 from BitGo/add-releaserc
Browse files Browse the repository at this point in the history
fix: add .releaserc.json
  • Loading branch information
ericcrosson-bitgo authored Jul 11, 2024
2 parents 66bf940 + 9c175a6 commit d97c976
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
[
"@semantic-release/github",
{
"failComment": false
}
]
]
}

0 comments on commit d97c976

Please sign in to comment.