Skip to content

Commit 61ff118

Browse files
committed
update-version-bump-script
1 parent cdf7432 commit 61ff118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/bump-version.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ console.log('📦 Running npm install...')
156156
run('npm install')
157157

158158
// ✅ Step 7: Commit changes
159-
run('git config user.name "systemsdt"')
160-
run('git config user.email "[email protected]"')
159+
run('git config user.name "github-actions[bot]"')
160+
run('git config user.email "41898282+github-actions[bot]@users.noreply.github.com"')
161161
run('git add package.json package-lock.json')
162162
const commitMsg = `chore(version): bump to ${newVersion}`
163163
run(`git commit -m "${commitMsg}"`)

0 commit comments

Comments
 (0)