Skip to content

Commit 866069c

Browse files
committed
Add -S flag to git cherry-pick since it doesn't always sign all commits
1 parent 66453d9 commit 866069c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libevm/tooling/release/cherrypick.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ if [[ -z "${commits[*]// }" ]]; then # $x// removes whitespace
4444
exit 0;
4545
fi
4646

47-
git cherry-pick "${commits[@]}";
47+
git cherry-pick -S "${commits[@]}";

0 commit comments

Comments
 (0)