We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c0e4ff + 93e3af6 commit 52456e1Copy full SHA for 52456e1
.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