We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b6e96 commit 6da78f4Copy full SHA for 6da78f4
1 file changed
.github/workflows/lint-release-proposal.yml
@@ -73,8 +73,9 @@ jobs:
73
':(exclude)CHANGELOG.md' \
74
':(exclude)src/node_version.h' \
75
':(exclude)test/parallel/test-process-release.js' \
76
+ ':(exclude)doc/abi_version_registry.json' \
77
':(exclude)doc/api/' \
- ":(exclude)doc/changelogs/CHANGELOG_V$MAJOR.md")" ]
78
+ ":(exclude)doc/changelogs/")" ]
79
- name: Validate CHANGELOG
80
id: releaser-info
81
run: |
0 commit comments