Skip to content

Commit fcdbac9

Browse files
committed
hack/release.sh: commit go.sum too
Signed-off-by: Dr. Stefan Schimanski <[email protected]>
1 parent 5ef59cc commit fcdbac9

File tree

2 files changed

+3
-101
lines changed

2 files changed

+3
-101
lines changed

hack/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ for DIR in providers examples; do
6161
pushd ${B}
6262
stepi go mod tidy
6363
popd
64-
stepi git add "${B}/go.mod"
64+
stepi git add "${B}/go.mod" "${B}/go.sum"
6565
stepi git commit --allow-empty -m "Update ${B}/go.mod to depend on ${VERSION}"
6666
stepi git tag -s -m "$V" "${B}/${VERSION}"
6767
stepi git push origin "${B}/${VERSION}"

0 commit comments

Comments
 (0)