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 4330180 commit 28ebe0eCopy full SHA for 28ebe0e
1 file changed
tools/actions/lint-release-proposal-commit-list.mjs
@@ -23,7 +23,7 @@ const commitListingStart = changelog.indexOf('\n### Commits\n');
23
let commitList;
24
if (commitListingStart === -1) {
25
// We're preparing a semver-major release.
26
- assert.match(changelog, /\n### Semver-Major Commits\n/)
+ assert.match(changelog, /\n### Semver-Major Commits\n/);
27
// The proposal should contain only the release commit.
28
commitList = '';
29
} else {
0 commit comments