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 3d6e7bb commit cd0a957Copy full SHA for cd0a957
scripts/publish.ts
@@ -584,7 +584,7 @@ async function run() {
584
585
console.info(`Committing changes...`)
586
execSync('git add -A ')
587
- execSync(`git commit -m "${releaseCommitMsg(version)}"`)
+ execSync(`git commit --verbose -m "${releaseCommitMsg(version)}"`, { encoding: 'utf8' })
588
589
console.info()
590
console.info(` Committed Changes.`)
0 commit comments