]> git.ipfire.org Git - thirdparty/openssl.git/commit
dev/release.sh: improve instruction for pushing the tag
authorRichard Levitte <levitte@openssl.org>
Fri, 16 Oct 2020 08:24:18 +0000 (10:24 +0200)
committerRichard Levitte <levitte@openssl.org>
Sat, 17 Oct 2020 09:54:34 +0000 (11:54 +0200)
commita1fc4642e1cedbce54945da36d256bbb12ff752d
treef8e5b77f2120fc0a3bca11089116a6a206e8f066
parentb40498c6e7c6726cc4fc8fef5346f743fdd48aaf
dev/release.sh: improve instruction for pushing the tag

'git push --follow-tags' does a little too much, any spurious tag
object that the releaser have in their local repository will come
along, even though they have nothing to do with the commits being
pushed.

Therefore, we modify the instructions to show a separate and explicit
push of the release tag.

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