Am 16.02.23 um 18:52 schrieb Gert Doering:
Hi,
On Thu, Feb 16, 2023 at 08:48:26AM -0500, Jonathan K. Bullard wrote:
On Thu, Feb 16, 2023 at 7:51 AM Frank Lichtenheld<fr...@lichtenheld.com> wrote:
The OpenVPN community project team is proud to release OpenVPN 2.5.9. This is
a small bugfix release.
Was this sent a bit early? There is no 2.5.9 tag at
https://github.com/OpenVPN/openvpn/tags.
One day I will learn that it's "git push" *and* "git push --tags".
So the repo was updated, but the tag was missing. Sorry for that.
I've come to like git push --follow-tags: (quoting the 2.39.2 manpage)
which is a two-in-one for typical release pushes:
--follow-tags
Push all the refs that would be pushed without this option,
and also push annotated tags in refs/tags that are missing
from the remote but are pointing at commit-ish that are
reachable from the refs being pushed. This can also be
specified with configuration variable push.followTags. For
more information, see push.followTags in git-config(1).
This assumes that tags are annotated, but since you've signed it, it's
also annotated. Note there is a corresponding configuration option, too.
HTH
Matthias
gert
_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel
_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel