Compare commits

...

4 Commits

3 changed files with 25 additions and 2 deletions

View File

@@ -14,7 +14,14 @@ permissions:
contents: write
jobs:
delay:
runs-on: ubuntu-latest
steps:
- name: Delay 2 minutes
run: sleep 120
release:
needs: delay
runs-on: ubuntu-latest
concurrency:
# Cancel older runs for the same branch/ref so only the latest proceeds

View File

@@ -1,6 +1,22 @@
# Changelog
## Changees 11/4/2025 (v1.8.3)
## Changes 11/4/2025 (v1.8.5)
release(v1.8.5): ci: reduce pre-run delay to 2-min and add missing `needs: delay`, final test
- No change release just testing
---
## Changes 11/4/2025 (v1.8.4)
release(v1.8.4): ci: add 3-min pre-run delay to avoid workflow_run races
- No change release just testing
---
## Changes 11/4/2025 (v1.8.3)
release(v1.8.3): feat(mobile+ci): harden Capacitor switcher & make release-on-version robust

View File

@@ -1,2 +1,2 @@
// generated by CI
window.APP_VERSION = 'v1.8.2';
window.APP_VERSION = 'v1.8.4';