Skip to content

Commit

Permalink
chore: Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jul 17, 2024
1 parent c8d297f commit 25fd9c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rust/pact_verifier/release.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ ask('Publish library to crates.io?: [Y]') {
executeOnShell 'cargo publish'
}

executeOnShell "cargo build --release"

def nextVer = Version.valueOf(releaseVer).incrementPatchVersion()
ask("Bump version to $nextVer?: [Y]") {
executeOnShell "sed -i -e 's/^version = \"${releaseVer}\"/version = \"${nextVer}\"/' Cargo.toml"
Expand Down

0 comments on commit 25fd9c5

Please sign in to comment.