Skip to content

Commit 0605153

Browse files
authored
Allow empty commits for repositories (#71)
1 parent 7a23623 commit 0605153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contribute_changes/contribute_changes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
set -Eeuo pipefail
1818

1919
git add .
20-
git commit -m "Updating $PROJECT_NAME to $PROJECT_VERSION"
20+
git commit -m "Updating $PROJECT_NAME to $PROJECT_VERSION" --allow-empty
2121
git push --set-upstream origin "update-$PROJECT_NAME-$PROJECT_VERSION"
2222
sleep 1
2323
gh pr create --base main --fill

0 commit comments

Comments
 (0)