Skip to content

Commit

Permalink
Merge pull request #50 from snyk/fix/semantic-release-config
Browse files Browse the repository at this point in the history
fix: remove redundant semantic-release config
  • Loading branch information
gablaxian authored Oct 26, 2021
2 parents 2d57486 + 230cd04 commit 2010a9f
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
{
"branches": "main",
"verifyConditions": [
"@semantic-release/github"
],
"prepare": [],
"publish": [
"@semantic-release/github"
],
"success": [
"@semantic-release/github"
],
"fail": [
"@semantic-release/github"
]
"branches": "main"
}

0 comments on commit 2010a9f

Please sign in to comment.