Skip to content

Commit 0d6513c

Browse files
committed
chore: update todo comment
1 parent 6853708 commit 0d6513c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.scripts/update_refs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ if [[ "$CURRENT_BRANCH" == release-* ]]; then
5353
| prepend "\t"
5454
maybe_commit "chore(release): $MESSAGE"
5555

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?
5858
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
5959
REPLACEMENT="stackable${STACKABLE_RELEASE}.0" # TODO (@NickLarsenNZ): Be a bit smarter about patch releases.
6060
MESSAGE="Update image references with $REPLACEMENT"

0 commit comments

Comments
 (0)