Skip to content

Commit d54d95a

Browse files
authored
Apply suggestion from @averikitsch
1 parent 19d073c commit d54d95a

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
@@ -110,10 +110,8 @@ The process is handled by the [`mirror-changelog.yml`](.github/workflows/mirror-
110110
Renovate for `toolbox` version updates.
111111
2. **Parsing:** It reads the detailed release notes that Renovate includes in
112112
the PR body.
113-
3. **Filtering:** A Node.js script located at
114-
[`.github/scripts/mirror-changelog.js`](.github/scripts/mirror-changelog.js)
115-
filters these release notes to include only changes relevant to this
116-
extension. The relevance is determined by a keyword (e.g., `postgres`), passed
113+
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
117115
as an environment variable in the workflow file.
118116
4. **Changelog Injection:** The script formats the filtered entries as
119117
conventional commits and injects them into the PR body within a

0 commit comments

Comments
 (0)