Skip to content

Commit 6543035

Browse files
aduh95juanarbol
authored andcommitted
tools: fix commit linter for semver-major release proposals
PR-URL: #62993 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Jacob Smith <jacob@frende.me> Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 7bd96e3 commit 6543035

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/lint-release-proposal.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,9 @@ jobs:
8282
':(exclude)CHANGELOG.md' \
8383
':(exclude)src/node_version.h' \
8484
':(exclude)test/parallel/test-process-release.js' \
85+
':(exclude)doc/abi_version_registry.json' \
8586
':(exclude)doc/api/' \
86-
":(exclude)doc/changelogs/CHANGELOG_V$MAJOR.md")" ]
87+
":(exclude)doc/changelogs/")" ]
8788
- name: Validate CHANGELOG
8889
id: releaser-info
8990
run: |

0 commit comments

Comments
 (0)