dev/release.sh: Add --reviewer to set reviewers
authorRichard Levitte <levitte@openssl.org>
Fri, 24 Apr 2020 09:03:28 +0000 (11:03 +0200)
committerMatt Caswell <matt@openssl.org>
Fri, 15 May 2020 10:20:31 +0000 (11:20 +0100)
commit64af3aecaea73906325c64d3cf36c9f4e3f180a4
tree490dee9c4c1551f8edcb6405dd8b078bf23285e8
parent6c3cbc939125e24e65c7d6e82319d811e6e29c0f
dev/release.sh: Add --reviewer to set reviewers

Doing this is kind of contrary to how we normally do things, as this
constitutes a kind of pre-approval.  However, without this, the normal
review process will modify the reviewed commits, and render the
annotated release tag invalid, which forces the person doing the
release to re-tag manually.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11630)
dev/release.sh