Skip to content

Commit f140103

Browse files
Merge pull request #147 from mindfiredigital/dev
Dev
2 parents 7246d4a + 52456e1 commit f140103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/changeset-autogenerate.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { execSync } from 'child_process';
22
import fs from 'fs';
33

44
// Get the most recent commit message
5-
const commitMessage = execSync('git log -1 --format=%s').toString().trim();
5+
const commitMessage = execSync('git log -2 --format=%s').toString().trim();
66

77
// Define valid scopes
88
const validScopes = ['core', 'react', 'web-component','angular','release','docs'];

0 commit comments

Comments
 (0)