We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac5c1a commit 19d073cCopy full SHA for 19d073c
1 file changed
DEVELOPER.md
@@ -113,7 +113,7 @@ The process is handled by the [`mirror-changelog.yml`](.github/workflows/mirror-
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., `alloydb`), passed
+ extension. The relevance is determined by a keyword (e.g., `postgres`), passed
117
as an environment variable in the workflow file.
118
4. **Changelog Injection:** The script formats the filtered entries as
119
conventional commits and injects them into the PR body within a
0 commit comments