Skip to content

Commit 563df11

Browse files
committed
chore: hopefully fixed bug in helper script.
1 parent 963eaf2 commit 563df11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release-make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,6 @@ warn -e "$SMSO" 'collecting log ...'
167167
log="$TEMP_DIR/log"
168168
git log "^$last" HEAD >"$log"
169169

170-
git tag --file "$log" --edit "v$vers"
170+
git tag --file="$log" --edit "v$vers"
171171

172172
warn -e "$GREEN" done.

0 commit comments

Comments
 (0)