Canonical cross-platform release artifacts and CI refactor (fixes #62) #74
No reviewers
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ai-collab/bulk-image-organizer!74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "0.1.28/issue-62-canonical-artifacts"
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
Fixes #62 — standardizes build and release automation around one canonical artifact per platform per version, refactors CI gating, and adds squash-merge-aware branch pruning.
Canonical artifacts
BulkImageOrganizer_{version}.exeBulkImageOrganizer_{version}.AppImageBulkImageOrganizer_dev-{branch-slug}.exeBulkImageOrganizer_dev-{branch-slug}.AppImagev{version}(Latest), both platform artifacts attached as jobs completedev-{branch-slug}; pruned on branch deleteCI changes
ci.yml: lint + tests only (all branches; docs-only paths ignored)linux-appimage.yml+windows-release.yml: run after CI succeeds (workflow_run), parallel with per-branch concurrency cancellationwindows-latest/dev-latest-*tagsScripts
build-linux-appimage.sh— Nuitka standalone + appimagetool + desktop metadatapublish-forgejo-release.py— unified release publisher (multipart upload,make_latest)prune-dev-release.py— dev release cleanup (replaces Windows-only prune script)prune-merged-branches.sh— squash-merge-aware local/remote branch cleanupOther
~/bio-latestdeployment frombuild-linux.shTesting
ruff check/ruff format --checkpytest(298 passed, 1 skipped)./scripts/check-version-bump.shRelease
Awaiting CI / release runner validation for AppImage build and
workflow_runchain on push.Add Linux AppImage and unified Forgejo release tag helpers. Dev-branch artifacts use BulkImageOrganizer_dev-{branch-slug} names; main releases use v{version} tags. Set development VERSION to 0.1.28-enhancement.62.Closing per user request — PR cancelled while version-bump policy is revised (release bump only when compiled application inputs change, aligned with CI/release job change detection).
Pull request closed