[llvm-dev] Tags for releases in the monorepo
Louis Dionne via llvm-dev
llvm-dev at lists.llvm.org
Fri Oct 5 15:19:45 PDT 2018
Hi,
I'm using the monorepo layout, and I can see the following tags representing past releases of LLVM:
$ git tag -l
RELEASE_400/final
RELEASE_401/final
RELEASE_500/final
RELEASE_501/final
RELEASE_700/final
RELEASE_700/rc1
RELEASE_700/rc2
RELEASE_700/rc3
prerelease_20180108
release_600
release_601
I'm wondering why the tags for release 6.0.0 and 6.0.1 have a different format than the tags for other releases. Is it just an oversight? Would it be possible to add tags for the releases with the usual format? This inconsistency makes it harder to script against the monorepo.
Thanks,
Louis
More information about the llvm-dev
mailing list