We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a23623 commit 0605153Copy full SHA for 0605153
contribute_changes/contribute_changes.sh
@@ -17,7 +17,7 @@
17
set -Eeuo pipefail
18
19
git add .
20
-git commit -m "Updating $PROJECT_NAME to $PROJECT_VERSION"
+git commit -m "Updating $PROJECT_NAME to $PROJECT_VERSION" --allow-empty
21
git push --set-upstream origin "update-$PROJECT_NAME-$PROJECT_VERSION"
22
sleep 1
23
gh pr create --base main --fill
0 commit comments