chore: fix source config format

This commit is contained in:
2026-03-15 01:28:27 -07:00
parent 0f70793fe8
commit d911531f6f

View File

@@ -1,11 +1,4 @@
# Source-level common-repo config. # Source-level config: only expose src/ contents, renamed to root.
# Only files under src/ are distributed to consumers. - include: ["src/**", "src/.*", "src/.github/**"]
# The rename strips the src/ prefix so they land at the repo root.
- include:
patterns:
- "src/**"
- "src/.*"
- "src/.github/**"
- rename: - rename:
- from: "^src/(.*)$" - "^src/(.+)$": "$1"
to: "$1"