Skip to content

Commit

Permalink
fix: support running the semver Docker image interactively (testconta…
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya authored Sep 20, 2023
1 parent fee2ce2 commit 2c9fb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function main() {
done

# Get the version to bump to from the semver-tool and the bump type
local newVersion=$(docker run --rm "${DOCKER_IMAGE_SEMVER}" bump "${BUMP_TYPE}" "${vVersion}")
local newVersion=$(docker run --rm --platform=linux/amd64 -i "${DOCKER_IMAGE_SEMVER}" bump "${BUMP_TYPE}" "${vVersion}")
echo "Producing a ${BUMP_TYPE} bump of the version, from ${version} to ${newVersion}"

# Bump the version in the version.go file
Expand Down

0 comments on commit 2c9fb79

Please sign in to comment.