We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb39139 commit c0f4da5Copy full SHA for c0f4da5
_scripts/update_refs.sh
@@ -38,9 +38,8 @@ function maybe_commit {
38
PATCH=$(mktemp)
39
git add -u
40
git diff --staged > "$PATCH"
41
- git commit -m "$MESSAGE"
42
- echo "committed changes with message: $MESSAGE"
43
- echo "patch written to: $PATCH"
+ git commit -S -m "$MESSAGE" --no-verify
+ echo "patch written to: $PATCH" | prepend "\t"
44
}
45
46
if [[ "$CURRENT_BRANCH" == release-* ]]; then
0 commit comments