eladkal commented on code in PR #49876:
URL: https://github.com/apache/airflow/pull/49876#discussion_r2063481489


##########
dev/breeze/src/airflow_breeze/prepare_providers/provider_documentation.py:
##########
@@ -506,13 +508,13 @@ def bump_version(v: Version, index: int) -> Version:
 
 
 def _update_version_in_provider_yaml(
-    provider_id: str,
-    type_of_change: TypeOfChange,
+    provider_id: str, type_of_change: TypeOfChange, min_airflow_version_bump: 
bool = False
 ) -> tuple[bool, bool, str]:
     """
     Updates provider version based on the type of change selected by the user
     :param type_of_change: type of change selected
     :param provider_id: provider package
+    :param min_airflow_version_bump: if set, ensure that the version bump is 
at least min version.

Review Comment:
   ```suggestion
       :param min_airflow_version_bump: if set, ensure that the version bump is 
at least feature version.
   ```



-- 
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]

Reply via email to