Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/commithelper-go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ Install the shared config as a dev dependency and reference it via a relative pa
| `template` | local wins; falls back to base if local is unset |

**Constraints:**

- Local path: relative paths are resolved from the current working directory (repo root).
- Remote URL: only `http://` and `https://` are accepted. 10-second timeout.
- The base config's own `extends` field is **ignored** — no recursive loading.
Expand Down
Loading