Skip to content

Commit 52456e1

Browse files
Merge pull request #146 from vickysmf/bugfix/issue-image-upload
fix(core): changeset changes
2 parents 6c0e4ff + 93e3af6 commit 52456e1

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)