From 65e49c863e32943959e3942df1fc51a74f51d5ae Mon Sep 17 00:00:00 2001 From: Max Ghenis Date: Sat, 18 Apr 2026 06:39:02 -0400 Subject: [PATCH] chore: add changelog fragment to unstick versioning The #3471 revert removed the only pending fragment, so towncrier now exits non-zero ("No changelog fragments found") on every push and the Deploy API + Docker jobs stay skipped. Ship a no-op fragment so the next push triggers a clean versioning + deploy cycle. Co-Authored-By: Claude Opus 4.7 (1M context) --- changelog.d/unstick-deploy.changed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/unstick-deploy.changed.md diff --git a/changelog.d/unstick-deploy.changed.md b/changelog.d/unstick-deploy.changed.md new file mode 100644 index 000000000..3428dc274 --- /dev/null +++ b/changelog.d/unstick-deploy.changed.md @@ -0,0 +1 @@ +No functional change. Adds a changelog fragment so towncrier can build after the #3471 revert, which removed the only pending fragment and left the versioning job failing with "No changelog fragments found".