$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2024-05-27 15:39:43
On 5/27/24 18:06, Peter Dimov via Boost wrote:
> Andrey Semashev wrote:
>>> Something's really wrong with release tagging.
>
> I've looked at a few of these at random and I believe that
> the common theme is that the boost-1.85.0 tag is always
> the same as the boost-1.85.0.beta1 tag, even when the
> library has changes between beta and release.
Do you know where tags for submodules are created? I found this:
but it looks like it only creates the tag for the superproject.
I suspect, git submodules aren't synchronized with the superproject when
tags are created.