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
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,10 @@ The release process is automated using `release-please`. It consists of an autom
102
102
103
103
#### Automated Changelog Enrichment
104
104
105
-
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.
105
+
Before a Release PR is even created, a special workflow automatically mirrors
106
+
relevant changelogs from the core `googleapis/genai-toolbox` dependency. This
107
+
ensures that the release notes for this extension accurately reflect important
108
+
upstream changes.
106
109
107
110
The process is handled by the [`mirror-changelog.yml`](.github/workflows/mirror-changelog.yml) workflow:
108
111
@@ -111,8 +114,8 @@ The process is handled by the [`mirror-changelog.yml`](.github/workflows/mirror-
111
114
2. **Parsing:** It reads the detailed release notes that Renovate includes in
112
115
the PR body.
113
116
3. **Filtering:** These release notes are filtered to include only changes
114
-
relevant to this extension. The relevance is determined by a keyword (e.g., `postgres`), passed
115
-
as an environment variable in the workflow file.
117
+
relevant to this extension. The relevance is determined by a keyword (e.g.,
118
+
`postgres`), passed as an environment variable in the workflow file.
116
119
4. **Changelog Injection:** The script formats the filtered entries as
117
120
conventional commits and injects them into the PR body within a
0 commit comments