Skip to content

Commit

Permalink
Allow to do empty commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Mar 22, 2019
1 parent 42cefe1 commit d30f879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion do-release.bash
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ git add RELEASE.md Makefile.versions.mk

echo "Creating tag..."
git add Makefile.versions.mk
cat <<EOF | git commit $COMMIT_FLAGS -F -
cat <<EOF | git commit $COMMIT_FLAGS --allow-empty -F -
v$RELEASE
$(cat Makefile.versions.mk)
Expand Down

0 comments on commit d30f879

Please sign in to comment.