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
Copy file name to clipboardExpand all lines: .scripts/update_refs.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,8 @@ if [[ "$CURRENT_BRANCH" == release-* ]]; then
53
53
| prepend "\t"
54
54
maybe_commit "chore(release): $MESSAGE"
55
55
56
-
#TODO (@NickLarsenNZ): Replace 0.0.0-dev refs with ${STACKABLE_RELEASE}.0
57
-
# handle patches later, and what about release-candidates?
56
+
# Replace 0.0.0-dev refs with ${STACKABLE_RELEASE}.0
57
+
#TODO (@NickLarsenNZ): handle patches later, and what about release-candidates?
58
58
SEARCH='stackable(0\.0\.0-dev|24\.7\.[0-9]+)'# TODO (@NickLarsenNZ): After https://github.com/stackabletech/stackable-cockpit/issues/310, only search for 0.0.0-dev
59
59
REPLACEMENT="stackable${STACKABLE_RELEASE}.0"# TODO (@NickLarsenNZ): Be a bit smarter about patch releases.
60
60
MESSAGE="Update image references with $REPLACEMENT"
0 commit comments