Skip to content

Commit

Permalink
Merge pull request #20 from GaloyMoney/sandipndev-patch-1
Browse files Browse the repository at this point in the history
fix: update .releaserc to not hang on success step
  • Loading branch information
sandipndev authored Jan 13, 2022
2 parents 37af58a + 3da4085 commit e37a226
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
["@semantic-release/github", { "successComment": false }]
],
"ci": false
}

0 comments on commit e37a226

Please sign in to comment.