Skip to content

Commit

Permalink
chore: hopefully fixed bug in helper script.
Browse files Browse the repository at this point in the history
  • Loading branch information
odkr committed Jan 5, 2022
1 parent 963eaf2 commit 563df11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-make
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,6 @@ warn -e "$SMSO" 'collecting log ...'
log="$TEMP_DIR/log"
git log "^$last" HEAD >"$log"

git tag --file "$log" --edit "v$vers"
git tag --file="$log" --edit "v$vers"

warn -e "$GREEN" done.

0 comments on commit 563df11

Please sign in to comment.