You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sed "s/sonar\.projectVersion=.*/sonar\.projectVersion=${versionToBump}/g"${SONARCLOUD_FILE}>${SONARCLOUD_FILE}.tmp
51
+
mv ${SONARCLOUD_FILE}.tmp ${SONARCLOUD_FILE}
52
+
fi
53
+
54
+
# Bump version across all modules, in their go.mod files
43
55
fordirectoryin"${DIRECTORIES[@]}"
44
56
do
45
57
cd"${ROOT_DIR}/${directory}"
@@ -65,6 +77,7 @@ function bumpVersion() {
65
77
NON_RELEASED_STRING='Not available until the next release of testcontainers-go <a href=\"https:\/\/github.com\/testcontainers\/testcontainers-go\"><span class=\"tc-version\">:material-tag: main<\/span><\/a>'
0 commit comments