1
0
mirror of https://github.com/golang/go synced 2024-09-28 18:14:29 -06:00

[dev.boringcrypto] misc/boring: add -trust and roland@ to merge.sh and release.sh

Change-Id: Ic52948d0a0f353760b186c83df8648650457e965
Reviewed-on: https://go-review.googlesource.com/c/go/+/285032
Trust: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
This commit is contained in:
Filippo Valsorda 2021-01-20 20:28:57 +01:00
parent e5c7bd0efa
commit f22137d785
2 changed files with 2 additions and 2 deletions

View File

@ -28,5 +28,5 @@ if ! git log --format=%B -n 1 | grep "\[$TARGET\] "; then
exit 1
fi
git codereview mail -r katie@golang.org,filippo@golang.org -trybot HEAD
git codereview mail -r katie@golang.org,roland@golang.org,filippo@golang.org -trybot -trust HEAD
cd - && git worktree remove "$WORKTREE"

View File

@ -28,7 +28,7 @@ done
git add RELEASES
git commit -m "misc/boring: add new releases to RELEASES file"
git codereview mail -r katie@golang.org,filippo@golang.org
git codereview mail -r katie@golang.org,roland@golang.org,filippo@golang.org -trust
rm *.tar.gz
cd - && git worktree remove "$WORKTREE"