Public Access
feat: merge version_bump.php manifest-aware fix from PR #288 to main #289
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
PR #288 (
fix/version-bump-manifest-aware) added two features toversion_bump.phpto prevent dev versions from falling behind stable:--min-versionargument — workflow can pass the current stable version so the bump is guaranteed above itThe code is merged to dev but PR #288 could not be merged to main via API (persistent Gitea 405 "Please try again later" — merge lock issue).
TODO
/opt/mokoclion the Gitea server (git pull && composer dump-autoload)--min-versionfrom the Gitea releases API (optional — the auto-detect from git handles it, but explicit is better)Related