Skip to content

Commit

Permalink
Merge pull request #212 from VenusProtocol/pull-in-prepare-cmd
Browse files Browse the repository at this point in the history
Pull in prepare cmd
  • Loading branch information
coreyar authored Dec 13, 2024
2 parents 680bc08 + 5a899ab commit 6329210
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions subgraphs/cross-chain-governance/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
[
"@semantic-release/exec",
{
"prepareCmd": "./prepare.sh",
"successCmd": "./deploy.sh"
}
]
],
"branches": [
Expand Down
Empty file modified subgraphs/etherfi-promo/prepare.sh
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions subgraphs/isolated-pools/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "./prepare.sh",
"successCmd": "./deploy.sh"
}
]
Expand Down
1 change: 1 addition & 0 deletions subgraphs/protocol-reserve/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "./prepare.sh",
"successCmd": "./deploy.sh"
}
]
Expand Down

0 comments on commit 6329210

Please sign in to comment.