mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
ci: publish gateway 1.4.12 (#9736)
This commit is contained in:
@@ -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;}' {} \;
|
||||
|
||||
Reference in New Issue
Block a user