Skip to content

Commit 8883f61

Browse files
authored
Apply suggestion from @averikitsch
1 parent 6a1366a commit 8883f61

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

DEVELOPER.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,8 @@ The process is handled by the [`mirror-changelog.yml`](.github/workflows/mirror-
109109
Renovate for `toolbox` version updates.
110110
2. **Parsing:** It reads the detailed release notes that Renovate includes in
111111
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., `bigquery`), passed
112+
3. **Filtering:** These release notes are filtered to include only changes
113+
relevant to this extension. The relevance is determined by a keyword (e.g., `bigquery`), passed
116114
as an environment variable in the workflow file.
117115
4. **Changelog Injection:** The script formats the filtered entries as
118116
conventional commits and injects them into the PR body within a

0 commit comments

Comments
 (0)