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
Copy file name to clipboardExpand all lines: DEVELOPER.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,19 +101,20 @@ The release process is automated using `release-please`. It consists of an autom
101
101
102
102
#### Automated Changelog Enrichment
103
103
104
-
Before a Release PR is even created, a special workflow automatically mirrors relevant changelogs from the core `googleapis/genai-toolbox` dependency. This ensures that the release notes for this extension accurately reflect important upstream changes.
104
+
Before a Release PR is even created, a special workflow automatically mirrors
105
+
relevant changelogs from the core `googleapis/genai-toolbox` dependency. This
106
+
ensures that the release notes for this extension accurately reflect important
107
+
upstream changes.
105
108
106
109
The process is handled by the [`mirror-changelog.yml`](.github/workflows/mirror-changelog.yml) workflow:
107
110
108
111
1. **Trigger:** The workflow runs automatically on pull requests created by
109
112
Renovate for `toolbox` version updates.
110
113
2. **Parsing:** It reads the detailed release notes that Renovate includes in
0 commit comments