Skip to content

Commit 7177b1a

Browse files
authored
Allow empty commit on release (#66)
1 parent 85751ac commit 7177b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/create-submission.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ bash script/build-submission.sh
2323

2424
pushd build/submission
2525
git add -A
26-
git commit -am "${DATETIME}-${COMMIT_ID} #release"$'\n'"${COMMIT_MSG}"
26+
git commit --allow-empty -am "${DATETIME}-${COMMIT_ID} #release"$'\n'"${COMMIT_MSG}"
2727
git push --set-upstream origin "submission"
2828
popd

0 commit comments

Comments
 (0)