From 46e25dc37d5883dee8472b708e847a1d8479e9ab Mon Sep 17 00:00:00 2001 From: fOuttaMyPaint <154358121+TMHSDigital@users.noreply.github.com> Date: Sun, 26 Apr 2026 14:19:16 -0400 Subject: [PATCH] fix: remove paths-ignore from scaffold release.yml template Tracks DTD#47. Future tool repos generated by the scaffold now ship with empty paths-ignore on the release.yml push trigger, matching the post-DTD#47 ecosystem state. Existing tool repos updated separately via canary-then-parallel rollout (Home-Lab canary at b7adc86, then CFX 929cb93, Unity 5d790cf, Docker 69f1007, Monday a44c9a1, Steam-Cursor 48a9f0e, Blender 6b2c190). Bumps standards VERSION 1.9.3 to 1.9.4. Made-with: Cursor --- VERSION | 2 +- scaffold/templates/release.yml.j2 | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/VERSION b/VERSION index 77fee73..d615fd0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.3 +1.9.4 diff --git a/scaffold/templates/release.yml.j2 b/scaffold/templates/release.yml.j2 index f4eb68f..80d607a 100644 --- a/scaffold/templates/release.yml.j2 +++ b/scaffold/templates/release.yml.j2 @@ -3,11 +3,6 @@ name: Release on: push: branches: [main] - paths-ignore: - - ".github/**" - - "docs/**" - - "*.md" - - "LICENSE" workflow_dispatch: {} permissions: