We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef59cc commit fcdbac9Copy full SHA for fcdbac9
hack/release.sh
@@ -61,7 +61,7 @@ for DIR in providers examples; do
61
pushd ${B}
62
stepi go mod tidy
63
popd
64
- stepi git add "${B}/go.mod"
+ stepi git add "${B}/go.mod" "${B}/go.sum"
65
stepi git commit --allow-empty -m "Update ${B}/go.mod to depend on ${VERSION}"
66
stepi git tag -s -m "$V" "${B}/${VERSION}"
67
stepi git push origin "${B}/${VERSION}"
0 commit comments