Skip to content

Commit ec8a845

Browse files
authored
Update DEVELOPER.md
1 parent d54d95a commit ec8a845

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

DEVELOPER.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,10 @@ The release process is automated using `release-please`. It consists of an autom
102102
103103
#### Automated Changelog Enrichment
104104
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.
106109
107110
The process is handled by the [`mirror-changelog.yml`](.github/workflows/mirror-changelog.yml) workflow:
108111
@@ -111,8 +114,8 @@ The process is handled by the [`mirror-changelog.yml`](.github/workflows/mirror-
111114
2. **Parsing:** It reads the detailed release notes that Renovate includes in
112115
the PR body.
113116
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.
116119
4. **Changelog Injection:** The script formats the filtered entries as
117120
conventional commits and injects them into the PR body within a
118121
`BEGIN_COMMIT_OVERRIDE` block.

0 commit comments

Comments
 (0)