This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi 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 10ffe8a841d Add template.significant.rst to towncrier ignore list 
(#60511)
10ffe8a841d is described below

commit 10ffe8a841d083dd59ac7ef5337b1ee1c768d22e
Author: Ephraim Anierobi <[email protected]>
AuthorDate: Wed Jan 14 14:28:16 2026 +0100

    Add template.significant.rst to towncrier ignore list (#60511)
    
    template.significant.rst is not meant to be deleted by towncrier build
    command. Adding it as ignored so it's not deleted going forward
---
 airflow-core/newsfragments/config.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow-core/newsfragments/config.toml 
b/airflow-core/newsfragments/config.toml
index 55856f6ad66..cdff723d95c 100644
--- a/airflow-core/newsfragments/config.toml
+++ b/airflow-core/newsfragments/config.toml
@@ -18,7 +18,7 @@
 name = "Airflow"
 filename = "../RELEASE_NOTES.rst"
 underlines = ["-", '^']
-ignore = ["config.toml"]
+ignore = ["config.toml", "template.significant.rst"]
 
 [[tool.towncrier.type]]
 directory = "significant"

Reply via email to