You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update semantic commit guide to use feat(timeout)
Update SEMANTIC_COMMITS.md to use feat(timeout) instead of docs(timeout)
as requested. The timeout feature documentation exposes user-facing
functionality and warrants a feature-level semantic version bump.
Changed commit 323f26a recommendation from:
- docs(timeout): add comprehensive timeout configuration guide
To:
- feat(timeout): add configurable timeout support for FetchNode
Addresses feedback from @VinciGit00.
Co-authored-by: VinciGit00 <88108002+VinciGit00@users.noreply.github.com>
Copy file name to clipboardExpand all lines: SEMANTIC_COMMITS.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
5
5
This PR contains commits that need to be rewritten to follow Conventional Commits format for semantic-release compatibility.
6
6
7
+
**Note:** The timeout documentation is marked as `feat(timeout)` (not `docs`) because it exposes a user-facing feature. Even though the implementation existed, this PR makes the feature discoverable and usable by users through documentation, which warrants a feature-level semantic version bump.
0 commit comments