mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-08-28 10:49:46 +02:00
[eric] release: bump version to 1.2.73
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user