Skip to content

Commit e000339

Browse files
committed
scripts/set-release-version.sh updates
Signed-off-by: Jason Madigan <jason@jasonmadigan.com>
1 parent 575bc1b commit e000339

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/set-release-version.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ fi
8484
for GUIDE in \
8585
"$REPO_ROOT/docs/guides/quick-start.md" \
8686
"$REPO_ROOT/docs/guides/isolated-gateway-deployment.md" \
87-
"$REPO_ROOT/docs/guides/how-to-install-and-configure.md"; do
87+
"$REPO_ROOT/docs/guides/how-to-install-and-configure.md" \
88+
"$REPO_ROOT/docs/guides/olm-install.md"; do
8889
if [ -f "$GUIDE" ]; then
8990
sed -i.bak -E "s/MCP_GATEWAY_VERSION=[0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9]+(\.[a-zA-Z0-9]+)*)?/MCP_GATEWAY_VERSION=$VERSION/" "$GUIDE"
9091
rm -f "$GUIDE.bak"

0 commit comments

Comments
 (0)