Skip to content

Commit 48dce8b

Browse files
committed
tools: fix commit linter for semver-major release proposals
PR-URL: #62993 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Jacob Smith <[email protected]> Signed-off-by: Antoine du Hamel <[email protected]>
1 parent b6b6e96 commit 48dce8b

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
@@ -73,8 +73,9 @@ jobs:
7373
':(exclude)CHANGELOG.md' \
7474
':(exclude)src/node_version.h' \
7575
':(exclude)test/parallel/test-process-release.js' \
76+
':(exclude)doc/abi_version_registry.json' \
7677
':(exclude)doc/api/' \
77-
":(exclude)doc/changelogs/CHANGELOG_V$MAJOR.md")" ]
78+
":(exclude)doc/changelogs/")" ]
7879
- name: Validate CHANGELOG
7980
id: releaser-info
8081
run: |

0 commit comments

Comments
 (0)