Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c23db1c

Browse filesBrowse files
committed
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 97e32c7 commit c23db1c
Copy full SHA for c23db1c

1 file changed

+2-1Lines changed: 2 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: .github/workflows/lint-release-proposal.yml
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.