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 cdf7432 commit 61ff118Copy full SHA for 61ff118
scripts/bump-version.cjs
@@ -156,8 +156,8 @@ console.log('📦 Running npm install...')
156
run('npm install')
157
158
// ✅ Step 7: Commit changes
159
-run('git config user.name "systemsdt"')
160
-run('git config user.email "[email protected]"')
+run('git config user.name "github-actions[bot]"')
+run('git config user.email "41898282+github-actions[bot]@users.noreply.github.com"')
161
run('git add package.json package-lock.json')
162
const commitMsg = `chore(version): bump to ${newVersion}`
163
run(`git commit -m "${commitMsg}"`)
0 commit comments