Skip to content

Commit

Permalink
fix(build): replace version before exec plugin runs
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Apr 28, 2022
1 parent 26099ca commit 573139c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@
"changelogFile": "docs/release_notes.md"
}
],
[
"@semantic-release/exec",
{
"verifyConditionsCmd": "ci/release/verify.sh",
"prepareCmd": "ci/release/prepare.sh ${nextRelease.version}",
"publishCmd": "ci/release/publish.sh"
}
],
[
"@google/semantic-release-replace-plugin",
{
Expand All @@ -41,6 +33,14 @@
]
}
],
[
"@semantic-release/exec",
{
"verifyConditionsCmd": "ci/release/verify.sh",
"prepareCmd": "ci/release/prepare.sh ${nextRelease.version}",
"publishCmd": "ci/release/publish.sh"
}
],
[
"@semantic-release/github",
{
Expand Down

0 comments on commit 573139c

Please sign in to comment.