Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit 4b456f1

Browse files
authored
fix: git command in shipit (#21)
Co-authored-by: Jan Soukup <[email protected]>
1 parent 827716a commit 4b456f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/cli.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ program
142142
// So we are overwriting last commit message and pushing to release branch.
143143
await git
144144
//
145-
.raw(`--message "Release: ${nextTagWithPrefix}"`, '--amend')
145+
.raw('commit', `--message "Release: ${nextTagWithPrefix}"`, '--amend')
146146
.push(remote.name, `${branch.current}:${releaseBranch}`)
147147

148148
// Create tag and push it to master.

0 commit comments

Comments
 (0)