We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7246d4a + 52456e1 commit f140103Copy full SHA for f140103
.github/changeset-autogenerate.mjs
@@ -2,7 +2,7 @@ import { execSync } from 'child_process';
2
import fs from 'fs';
3
4
// Get the most recent commit message
5
-const commitMessage = execSync('git log -1 --format=%s').toString().trim();
+const commitMessage = execSync('git log -2 --format=%s').toString().trim();
6
7
// Define valid scopes
8
const validScopes = ['core', 'react', 'web-component','angular','release','docs'];
0 commit comments