summaryrefslogtreecommitdiff
path: root/internal/cli/release_test.go
AgeCommit message (Collapse)Author
2026-07-22feat(sync): make backup fail-fast per-destination and add ↵Paul Buetow
forcePush/descriptionSync creation support Backup failures now disable retries only for the failing remote instead of the whole session, add an opt-in forcePush flag for backup organizations, and allow repository creation to go through descriptionSyncHost/Root when configured so the git remote endpoint can stay restricted. Also fixes the AI release-notes cache being bypassed by --force, which is meant to control sync scheduling, not cache invalidation. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-05-28refactor(version): unify version tag detection across packages (gq)Paul Buetow
2026-05-28test(cli): add release helper orchestration coverage (bq)Paul Buetow
2026-05-28refactor(cli): deduplicate release target handling (bq)Paul Buetow