Skip to content

Commit e4bbc00

Browse files
adwk67NickLarsenNZ
andauthored
Update .scripts/update_refs.sh
Co-authored-by: Nick <[email protected]>
1 parent 71317c8 commit e4bbc00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scripts/update_refs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if [[ "$CURRENT_BRANCH" == release-* ]]; then
5555

5656
# Replace 0.0.0-dev refs with ${STACKABLE_RELEASE}.0
5757
# TODO (@NickLarsenNZ): handle patches later, and what about release-candidates?
58-
SEARCH='stackable(0\.0\.0-dev|24\.11\.[0-9]+)' # TODO (@NickLarsenNZ): After https://github.com/stackabletech/stackable-cockpit/issues/310, only search for 0.0.0-dev
58+
SEARCH='stackable(0\.0\.0-dev)'
5959
REPLACEMENT="stackable${STACKABLE_RELEASE}.0" # TODO (@NickLarsenNZ): Be a bit smarter about patch releases.
6060
MESSAGE="Update image references with $REPLACEMENT"
6161
echo "$MESSAGE"

0 commit comments

Comments
 (0)