Skip to content

Commit d4eaa06

Browse files
xuanyang15copybara-github
authored andcommitted
chore: update ADK release analyzer agent to use the compare link instead of commit link
PiperOrigin-RevId: 808900352
1 parent 4d39563 commit d4eaa06

File tree

1 file changed

+1
-1
lines changed
  • contributing/samples/adk_documentation/adk_release_analyzer

1 file changed

+1
-1
lines changed

contributing/samples/adk_documentation/adk_release_analyzer/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@
100100
Explanation of why this change is necessary.
101101
102102
**Reference**:
103-
Reference to the code change (e.g. https://github.com/google/adk-python/commit/b3b70035c432670a5f0b5cdd1e9467f43b80495c).
104103
Reference to the code file (e.g. src/google/adk/tools/spanner/metadata_tool.py).
105104
```
106105
- When referncing doc file, use the full relative path of the doc file in the ADK Docs repository (e.g. docs/sessions/memory.md).
107106
9. Create or recommend to create a Github issue in the Github Repository {DOC_REPO} with the instructions using the `create_issue` tool.
108107
- The title of the issue should be "Found docs updates needed from ADK python release <start_tag> to <end_tag>", where start_tag and end_tag are the release tags.
109108
- The body of the issue should be the instructions about how to update the ADK docs.
109+
- Include the compare link between the two ADK releases in the issue body, e.g. https://github.com/google/adk-python/compare/v1.14.0...v1.14.1.
110110
- **{APPROVAL_INSTRUCTION}**
111111
112112
# 4. Guidelines & Rules

0 commit comments

Comments
 (0)