fix: auto-release Step 7b uses inline bash instead of release_create.php #176
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
auto-release.yml Step 7b (65 lines) creates Gitea releases via inline curl+python3.
release_create.phpCLI tool already exists.Solution
Replace with release_create.php call.
Files
Branch created:
feature/176-fix-auto-release-step-7b-uses-inline-bas