Skip to content

Commit

Permalink
chore: update todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLarsenNZ committed Nov 18, 2024
1 parent 6853708 commit 0d6513c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .scripts/update_refs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ if [[ "$CURRENT_BRANCH" == release-* ]]; then
| prepend "\t"
maybe_commit "chore(release): $MESSAGE"

# TODO (@NickLarsenNZ): Replace 0.0.0-dev refs with ${STACKABLE_RELEASE}.0
# handle patches later, and what about release-candidates?
# Replace 0.0.0-dev refs with ${STACKABLE_RELEASE}.0
# TODO (@NickLarsenNZ): handle patches later, and what about release-candidates?
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
REPLACEMENT="stackable${STACKABLE_RELEASE}.0" # TODO (@NickLarsenNZ): Be a bit smarter about patch releases.
MESSAGE="Update image references with $REPLACEMENT"
Expand Down

0 comments on commit 0d6513c

Please sign in to comment.