You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use fast-forward for airflow-ctl -test to -stable sync, not squash (apache#65637)
Squash- and rebase-merges both rewrite the commit SHAs from -test onto
-stable, which means the subsequent rc tag points at a different
commit than the release-prep PR that was reviewed and merged into
-test. Fast-forward preserves the original SHAs so the tag, the
testing-status issue, and the SVN source tarball all reference the
same commit the contributors reviewed.
Caught during 0.1.4rc3 prep — the initial sync PR was squash-merged
and had to be redone as a fast-forward before tagging.
0 commit comments