mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
ci: Ship SRV/TXT for GUI/Headless/Gateway (#8413)
This commit is contained in:
@@ -107,8 +107,8 @@ function android() {
|
||||
# 5. Commit the changes and open a PR. Ensure the Changelog is correctly
|
||||
# updated with the changes.
|
||||
function gui() {
|
||||
current_gui_version="1.4.7"
|
||||
next_gui_version="1.4.8"
|
||||
current_gui_version="1.4.8"
|
||||
next_gui_version="1.4.9"
|
||||
|
||||
find website -type f -name "redirects.js" -exec sed "${SEDARG[@]}" -e '/mark:current-gui-version/{n;s/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/'"${current_gui_version}"'/g;}' {} \;
|
||||
find website -type f -name "route.ts" -exec sed "${SEDARG[@]}" -e '/mark:current-gui-version/{n;s/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/'"${current_gui_version}"'/g;}' {} \;
|
||||
@@ -131,8 +131,8 @@ function gui() {
|
||||
# 4. Commit the changes and open a PR. Ensure the Changelog is correctly
|
||||
# updated with the changes.
|
||||
function headless() {
|
||||
current_headless_version="1.4.3"
|
||||
next_headless_version="1.4.4"
|
||||
current_headless_version="1.4.4"
|
||||
next_headless_version="1.4.5"
|
||||
|
||||
find website -type f -name "redirects.js" -exec sed "${SEDARG[@]}" -e '/mark:current-headless-version/{n;s/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/'"${current_headless_version}"'/g;}' {} \;
|
||||
find website -type f -name "route.ts" -exec sed "${SEDARG[@]}" -e '/mark:current-headless-version/{n;s/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/'"${current_headless_version}"'/g;}' {} \;
|
||||
@@ -154,8 +154,8 @@ function headless() {
|
||||
# 4. Commit the changes and open a PR. Ensure the Changelog is correctly
|
||||
# updated with the changes.
|
||||
function gateway() {
|
||||
current_gateway_version="1.4.4"
|
||||
next_gateway_version="1.4.5"
|
||||
current_gateway_version="1.4.5"
|
||||
next_gateway_version="1.4.6"
|
||||
|
||||
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;}' {} \;
|
||||
find website -type f -name "route.ts" -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