Skip to content

Commit

Permalink
fix(releaserc): add verifyCondition
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Jul 9, 2019
1 parent d6d058f commit 73d9360
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
"@semantic-release/npm"
],
"verifyConditions": [
[
"@semantic-release/exec",
{
"verifyCmd": "./verifyConditions.sh",
"env": {}
}
],
"@semantic-release/changelog",
"@open-rpc/semantic-release-plugin",
"@semantic-release/npm",
Expand Down

0 comments on commit 73d9360

Please sign in to comment.