Loading tools/ci-scripts/upgrade-gradle-properties +2 −4 Original line number Diff line number Diff line Loading @@ -13,10 +13,8 @@ mkdir -p "${ARTIFACTS_DIR}" pushd "${SMITHY_RS_DIR}" publisher upgrade-runtime-crates-version --version "${SEMANTIC_VERSION}" if git diff-index --quiet HEAD; then # The file was actually changed, we need to commit the changes git commit gradle.properties --message "Upgrade the smithy-rs runtime crates version to ${SEMANTIC_VERSION}" fi git diff-index --quiet HEAD || git commit gradle.properties --message "Upgrade the smithy-rs runtime crates version to ${SEMANTIC_VERSION}" popd # Clone smithy-rs repo changes (changelog updates) into Loading Loading
tools/ci-scripts/upgrade-gradle-properties +2 −4 Original line number Diff line number Diff line Loading @@ -13,10 +13,8 @@ mkdir -p "${ARTIFACTS_DIR}" pushd "${SMITHY_RS_DIR}" publisher upgrade-runtime-crates-version --version "${SEMANTIC_VERSION}" if git diff-index --quiet HEAD; then # The file was actually changed, we need to commit the changes git commit gradle.properties --message "Upgrade the smithy-rs runtime crates version to ${SEMANTIC_VERSION}" fi git diff-index --quiet HEAD || git commit gradle.properties --message "Upgrade the smithy-rs runtime crates version to ${SEMANTIC_VERSION}" popd # Clone smithy-rs repo changes (changelog updates) into Loading