Skip to content

Commit

Permalink
fix: remove redundant semantic-release config
Browse files Browse the repository at this point in the history
If I understand correctly, the config which was in place, was causing semantic release to point to github, when we want it to point to NPM. Or something.

I don’t know. There’s a lot of magic involved with this stuff.
  • Loading branch information
gablaxian committed Oct 26, 2021
1 parent 2d57486 commit 230cd04
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 230cd04

Please sign in to comment.