Template
fix: use metadata API for source-aware bumps instead of manifest.xml #32
Reference in New Issue
Block a user
Delete Branch "fix/metadata-api-source-check"
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?
Summary
Replaces
.mokogitea/manifest.xmlfile parsing with the MokoGitea first-class metadata API (GET /repos/{owner}/{repo}/manifest). Platform and entry_point are stored as database fields — no XML file needed.What changed
auto-bump.yml: source-check step now calls metadata APIpre-release.yml: source-check step now calls metadata APIAPI used