jscheffl commented on code in PR #67843:
URL: https://github.com/apache/airflow/pull/67843#discussion_r3336570910


##########
airflow-core/docs/administration-and-deployment/dag-bundles.rst:
##########
@@ -48,7 +48,7 @@ Airflow supports multiple types of Dag Bundles, each catering 
to specific use ca
     These bundles reference a local directory containing Dag files. They are 
ideal for development and testing environments, but do not support versioning 
of the bundle, meaning tasks always run using the latest code.
 
 **airflow.providers.git.bundles.git.GitDagBundle**
-    These bundles integrate with Git repositories, allowing Airflow to fetch 
Dags directly from a repository.
+    These bundles integrate with Git repositories, allowing Airflow to fetch 
Dags directly from a repository. The `GitDagBundle` DOES support versioning.

Review Comment:
   I would not emphasis on upper case letters.
   ```suggestion
       These bundles integrate with Git repositories, allowing Airflow to fetch 
Dags directly from a repository. The `GitDagBundle` does support versioning.
   ```



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