Trek_CN/.github
jubnl 62453ebefa
fix: harden prerelease workflow against races, orphan tags, and edge cases
- Add concurrency groups to both workflows to prevent parallel version-bump races
- Defer git tag push to merge job so orphan tags can't exist without a live image
- Pin build/merge jobs to the SHA captured in version-bump to prevent TOCTOU
- Guard auto-finalize in docker.yml against cross-major prereleases (requires bump=major + confirm_major=MAJOR)
- Add STABLE fallback to 0.0.0 for fresh repos with no stable tag
- Fix cleanup sort to extract numeric N via awk instead of fragile sort -t. -k4 -n
- Add 5-minute in-memory cache to checkVersion to avoid GitHub API rate limits
- Type GitHubPanel releases state; remove any cast on filter
- Quote all $VERSION/$MAJOR_TAG vars in imagetools create calls
2026-04-12 16:50:54 +02:00
..
ISSUE_TEMPLATE New issue template and workflow 2026-04-03 21:51:03 +02:00
workflows fix: harden prerelease workflow against races, orphan tags, and edge cases 2026-04-12 16:50:54 +02:00
FUNDING.yml add funding 2026-03-26 17:28:05 +01:00
PULL_REQUEST_TEMPLATE.md ci: add contributor workflow automation 2026-04-09 01:23:21 +02:00