Skip to content

Commit

Permalink
Merge pull request #136 from etclabscore/fix/releaserc-plugins-key
Browse files Browse the repository at this point in the history
fix(.releaserc): add plugins key
  • Loading branch information
shanejonas authored Sep 25, 2020
2 parents e70cc22 + 8918593 commit 4c842e0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
{
"tagFormat": "${version}",
"branch": "master",
"plugins": [
"@semantic-release/changelog",
"@semantic-release/git",
"@semantic-release/github",
"@open-rpc/semantic-release-plugin",
"@qiwi/semantic-release-gh-pages-plugin"
],
"verifyConditions": [
"@semantic-release/changelog",
"@semantic-release/git",
"@semantic-release/github"
"@semantic-release/github",
"@open-rpc/semantic-release-plugin"
],
"prepare": [
"@semantic-release/changelog",
Expand Down Expand Up @@ -32,4 +40,4 @@
"fail": [
"@semantic-release/github"
]
}
}

0 comments on commit 4c842e0

Please sign in to comment.