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