Skip to content

Commit 1af7033

Browse files
authored
Update DEVELOPER.md
1 parent 7a375d5 commit 1af7033

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

DEVELOPER.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,19 +101,20 @@ The release process is automated using `release-please`. It consists of an autom
101101
102102
#### Automated Changelog Enrichment
103103
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.
105108
106109
The process is handled by the [`mirror-changelog.yml`](.github/workflows/mirror-changelog.yml) workflow:
107110
108111
1. **Trigger:** The workflow runs automatically on pull requests created by
109112
Renovate for `toolbox` version updates.
110113
2. **Parsing:** It reads the detailed release notes that Renovate includes in
111114
the PR body.
112-
3. **Filtering:** A Node.js script located at
113-
[`.github/scripts/mirror-changelog.js`](.github/scripts/mirror-changelog.js)
114-
filters these release notes to include only changes relevant to this
115-
extension. The relevance is determined by a keyword (e.g., `mssql`), passed
116-
as an environment variable in the workflow file.
115+
3. **Filtering:** These release notes are filtered to include only changes
116+
relevant to this extension. The relevance is determined by a keyword (e.g.,
117+
`mssql`), passed as an environment variable in the workflow file.
117118
4. **Changelog Injection:** The script formats the filtered entries as
118119
conventional commits and injects them into the PR body within a
119120
`BEGIN_COMMIT_OVERRIDE` block.

0 commit comments

Comments
 (0)