Skip to content

Commit

Permalink
make usage of hub compatible with latest version (2.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwindels committed Sep 27, 2018
1 parent fcebe89 commit e8e1b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ release_text=`mktemp`
echo "$tag" > "${release_text}"
echo >> "${release_text}"
cat "${latest_changes}" >> "${release_text}"
hub release create $hubflags $assets -f "${release_text}" "$tag"
hub release create $hubflags $assets -F "${release_text}" "$tag"

if [ $dodist -eq 0 ]; then
rm -rf "$builddir"
Expand Down

0 comments on commit e8e1b43

Please sign in to comment.