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.
2 parents b80b0aa + 8440db1 commit cf7b650Copy full SHA for cf7b650
hack/release-commit.sh
@@ -52,8 +52,8 @@ echo "Creating release tags ..."
52
git tag -am "${TAG}" "${TAG}" ${GIT_TAG_OPTIONS}
53
echo "Created tag ${TAG}."
54
55
-# create provider and example tags
56
-find "providers" "examples" -name go.mod | while read -r GOMOD; do
+# create provider tags
+find "providers" -name go.mod | while read -r GOMOD; do
57
module=$(dirname "${GOMOD}")
58
git tag -am "${module}/${TAG}" "${module}/${TAG}" ${GIT_TAG_OPTIONS}
59
echo "Created tag ${module}/${TAG}."
0 commit comments