fix: pre-release.yml updates.xml sync checks out entire branch tree #177
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?
Problem
pre-release.yml "Sync updates.xml to all branches" step (line 279) runs:
This checks out ALL files from the target branch, not just updates.xml. Can corrupt working tree.
Solution
Change to:
Or use Gitea Contents API to update the file directly.
Files
Branch created:
feature/177-fix-pre-release-yml-updates-xml-sync-che