This is an automated email from the ASF dual-hosted git repository.
jscheffl 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 51b7d3b1eb7 Mention not to add newsfragments (#64732)
51b7d3b1eb7 is described below
commit 51b7d3b1eb705e48016d1ffeccd7de5c3be7699c
Author: Jens Scheffler <[email protected]>
AuthorDate: Sat Apr 4 22:12:55 2026 +0200
Mention not to add newsfragments (#64732)
---
AGENTS.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/AGENTS.md b/AGENTS.md
index f01a0112733..89bbd76620f 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -94,6 +94,7 @@ UV workspace monorepo. Key paths:
- Guard heavy type-only imports (e.g., `kubernetes.client`) with
`TYPE_CHECKING` in multi-process code paths.
- Define dedicated exception classes or use existing exceptions such as
`ValueError` instead of raising the broad `AirflowException` directly. Each
error case should have a specific exception type that conveys what went wrong.
- Apache License header on all new files (prek enforces this).
+- Newsfragments are only added if a major change or breaking change is
applied. This is usually coordinate during review. Please do not add
newsfragments per default as in most cases this needs a reversion during review.
## Testing Standards