Fix tag-providers --dry-run failing to find the push remote - #71303
Open
potiuk wants to merge 1 commit into
Open
Fix tag-providers --dry-run failing to find the push remote#71303potiuk wants to merge 1 commit into
potiuk wants to merge 1 commit into
Conversation
potiuk
requested review from
amoghrajesh,
ashb,
bugraoz93,
choo121600,
ephraimbuddy,
gopidesupavan,
jason810496,
jedcunningham,
jscheffl and
vatsrahul1001
as code owners
August 7, 2026 17:21
A dry run short-circuits every run_command, so the `git remote get-url --push` lookup that picks the apache/airflow remote came back with empty stdout for all three candidate names and the command aborted with "Could not find the remote configured to push to apache/airflow". That makes --dry-run useless for previewing a provider release's tags, which is exactly when a release manager wants to check them.
potiuk
force-pushed
the
fix-tag-providers-dry-run
branch
from
August 8, 2026 01:21
3b61fb0 to
057d80a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
breeze release-management tag-providers --dry-runalways aborted with:A dry run short-circuits every
run_command, returning an empty stdout, sothe
git remote get-url --pushlookup that picks the apache/airflow remotefound nothing for all three candidate names (
upstream,origin,apache).The lookup is read-only, so it now runs even in dry-run mode. That makes
--dry-runusable for previewing the tags a provider wave will create,which is precisely when a release manager wants to check them.
Was generative AI tooling used to co-author this PR?
Generated-by: Claude Code (Opus 5) following the guidelines