Skip to content

Commit

Permalink
fix: update .releaserc to not hang on success step
Browse files Browse the repository at this point in the history
Sets ci: false
  • Loading branch information
sandipndev authored Jan 13, 2022
1 parent 37af58a commit 3da4085
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 3da4085

Please sign in to comment.