ci: publish gateway 1.4.12 (#9736)

This commit is contained in:
Jamil
2025-07-01 07:04:21 -07:00
committed by GitHub
parent ac34635db8
commit a4cf3ead0f
8 changed files with 15 additions and 14 deletions

View File

@@ -198,8 +198,8 @@ function headless() {
# 3. Run `scripts/bump-versions.sh gateway` to update the versions in the codebase.
# 4. Commit the changes and open a PR.
function gateway() {
current_gateway_version="1.4.11"
next_gateway_version="1.4.12"
current_gateway_version="1.4.12"
next_gateway_version="1.4.13"
update_changelog "website/src/components/Changelog/Gateway.tsx" "$current_gateway_version"
find website -type f -name "redirects.js" -exec sed "${SEDARG[@]}" -e '/mark:current-gateway-version/{n;s/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/'"${current_gateway_version}"'/g;}' {} \;