Skip to content

Commit caeda2f

Browse files
committed
docs: add test-only versioning rule
1 parent 8609120 commit caeda2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ If no new rule is detected -> do not update the file.
9595
- full solution tests
9696
- format
9797
- final build
98+
- Do not bump package/release version for test-only changes, including PRs driven by submodule sync, when they do not modify the repository's shipped SDK code or consumer-facing behavior; commit those changes without a release to avoid unnecessary package churn.
9899
- If changes impact trimming/AOT safety, validate via AOT-safe API design (for example `JsonTypeInfo<T>` overloads and annotations) and existing test/build gates; do not introduce a dedicated AOT smoke test project unless explicitly requested.
99100

100101
### Documentation (ALL TASKS)

0 commit comments

Comments
 (0)