[Fix]: Refactored Application Release Process #103
Labels
No labels
Kind/Bug
Kind/Feature
Priority/High
Priority/Medium
Reviewed/Confirmed
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ai-collab/bulk-image-organizer#103
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Affected area
Repo CI Jobs
Current behavior
Bulk Image Organizer Dev ([PR#])Desired improvement
These improvements should be built directly into the job tooling where practical and into the agents workflow where job tooling is unqualified for the task.
Bulk Image Organizer Dev (PR#)should never be generated, they should only be following the naming convention likeBulk Image Organizer Dev (0.1.34/issue-92-bulk-dupe-delete)when on a dev branch orBulk Image Organizer 0.1.35when stable and pushed to main.mainbranch release history along with dev releases related to active, existing development branchesReferences
Issue #62 defines some of the base expectations.
Resolved on branch
0.1.35-enhancement.103, PR pending. Root causes confirmed against live release history before fixing:linux-appimage.yml/windows-release.ymleach had their own independentpushtrigger in addition to being called viaworkflow_callfromci.yml, so dev-branch builds ran ungated by lint/test and raced the main CI pipeline. Deadworkflow_run-branch-resolution code (for an event never declared inon:) was the source of theBulk Image Organizer Dev (PR#)titles — confirmed live: releases likedev-102,dev-101,dev-100,dev-98,dev-85,dev-83were exact duplicates (by commit SHA) of correctly-nameddev-{branch-slug}releases.ci.ymlis now the sole trigger for release builds (gated onneeds: test, neverpull_request); branch/sha resolve only from the real git ref, so a PR#-named release is no longer structurally possible. Jobs renamed tobuild-appimage/build-windows-exe. Added aci.yml-level concurrency group.CHANGELOG.mdsection instead of repeating the title.scripts/prune-orphaned-dev-releases.pyreconciles dev releases against existing branches; wired into the agent-runprune-merged-branches.pyand a new best-effort daily cron workflow, on top of the existing per-branchdelete-triggered prune.mainhistory releases plus the one release for the still-live dev branch.See
docs/DECISIONS.mdDR-022 for the full design rationale.