This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new b5e9013d11c Avoid Title underline too short (#47546)
b5e9013d11c is described below
commit b5e9013d11cafe9f6c6f517e014d77807b89ae33
Author: Elad Kalif <[email protected]>
AuthorDate: Sun Mar 9 14:49:33 2025 +0200
Avoid Title underline too short (#47546)
---
dev/breeze/src/airflow_breeze/templates/CHANGELOG_TEMPLATE.rst.jinja2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev/breeze/src/airflow_breeze/templates/CHANGELOG_TEMPLATE.rst.jinja2
b/dev/breeze/src/airflow_breeze/templates/CHANGELOG_TEMPLATE.rst.jinja2
index 285d3e8590b..53e70714068 100644
--- a/dev/breeze/src/airflow_breeze/templates/CHANGELOG_TEMPLATE.rst.jinja2
+++ b/dev/breeze/src/airflow_breeze/templates/CHANGELOG_TEMPLATE.rst.jinja2
@@ -63,7 +63,7 @@ Misc
{%- if classified_changes and classified_changes.docs %}
Doc-only
-~~~~
+~~~~~~~~
{% for doc in classified_changes.docs %}
* ``{{ doc.message_without_backticks | safe }}``
{%- endfor %}