amoghrajesh commented on PR #49932: URL: https://github.com/apache/airflow/pull/49932#issuecomment-2853547652
> > @eladkal which command are you running with? Are you passing the flag: --only-min-version-update? > > No, the `breeze release-management prepare-provider-documentation --only-min-version-update` is for bumping the version. This is done separately from the release. For example #49843 There are no changes in the `changelog.rst` during this process. > > This change is not related to the version bump. It's about standard release process with `breeze release-management prepare-provider-documentation`. The goal is when you mark one of the PRs with v it will just paste the static text in the change log. Correct, but your code is relating the two. You pass the `only-min-version-update` as the value for `maybe_with_change_min_airflow_version` here: https://github.com/apache/airflow/pull/49932/files#diff-54ea68b5e1e61ac0437df0ab7d99dc508595323b11847a957931e0d9007962d7R864 You should instead calculate the `maybe_with_change_min_airflow_version` on the fly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
