[eric] release: bump version to 1.2.73

This commit is contained in:
ciregenz
2026-06-08 14:56:24 -07:00
parent dd0f70d9a3
commit 4e78925395
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ permissions:
jobs:
# Release-readiness gate (mirrors release-windows): the dogfood loop must have validated 12 consecutive clean runs per platform OR the v* tag halts before any DMG is built.
release-gate:
if: false # bypassed through v1.1.72: dogfood loop not yet at 12 clean runs, shipping Mac now (mirrors release-windows); remove this line to re-arm the gate
if: false # bypassed through v1.2.73: dogfood loop not yet at 12 clean runs, shipping Mac now (mirrors release-windows); remove this line to re-arm the gate
runs-on: ubuntu-latest
permissions: { contents: read, actions: read }
steps:
+1 -1
View File
@@ -176,7 +176,7 @@ jobs:
$dir = 'electron/dist/squirrel-windows'
pwsh -NoProfile -File scripts\gen-squirrel-latest-yml.ps1 -SetupPath "$dir/OpenSwarm-Setup-x64.exe" -Version $version -OutPath "$dir/latest.yml"
# Experimental builds: electron-updater (allowPrerelease) fetches a channel
# yml named after the first semver-suffix id (1.1.72-rc.1 -> rc.yml). Same
# yml named after the first semver-suffix id (1.2.73-rc.1 -> rc.yml). Same
# content as latest.yml; copy it so the experimental channel resolves.
if ($version -match '-([0-9A-Za-z]+)') {
Copy-Item "$dir/latest.yml" "$dir/$($matches[1]).yml" -Force