Skip to content

Commit a402b8c

Browse files
authored
fix: remove paths-ignore from scaffold release.yml template (#49)
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
1 parent 90572b0 commit a402b8c

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.3
1+
1.9.4

scaffold/templates/release.yml.j2

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ name: Release
33
on:
44
push:
55
branches: [main]
6-
paths-ignore:
7-
- ".github/**"
8-
- "docs/**"
9-
- "*.md"
10-
- "LICENSE"
116
workflow_dispatch: {}
127

138
permissions:

0 commit comments

Comments
 (0)