File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -144,9 +144,9 @@ test('test find-matching-prs', (t) => {
144144} )
145145
146146test ( 'test group, CVE-ID' , ( t ) => {
147- t . equal ( exec ( '--start-ref=v4.1.1 --end-ref=11b3ee4 --group --filter-release --markdown' ) ,
148- `* \\[[\`35b762c78a\`](https://github.com/nodejs/changelog-maker/commit/35b762c78a)] - chore(release): 4.1.1 \\[skip ci] (semantic-release-bot)
149- * \\[[\`736a899e9c\`](https://github.com/nodejs/changelog-maker/commit/736a899e9c)] - **feat**: add cveId support to commmit output (RafaelGSS)
147+ t . equal (
148+ exec ( '--md --start-ref=736a899 --end-ref=11b3ee4 --group --filter-release' ) ,
149+ ` * \\[[\`736a899e9c\`](https://github.com/nodejs/changelog-maker/commit/736a899e9c)] - **feat**: add cveId support to commmit output (RafaelGSS)
150150* \\[[\`fecf15458e\`](https://github.com/nodejs/changelog-maker/commit/fecf15458e)] - **(CVE-2024-22020)** **lib,esm**: handle bypass network-import via data: (RafaelGSS) [nodejs/node#55819](https://github.com/nodejs/node/pull/55819)
151151* \\[[\`11b3ee4432\`](https://github.com/nodejs/changelog-maker/commit/11b3ee4432)] - **(CVE-2024-36138)** **src**: handle permissive extension on cmd check (RafaelGSS) [nodejs/node#55819](https://github.com/nodejs/node/pull/55819)
152152` )
You can’t perform that action at this time.
0 commit comments