[PATCH] D80395: HowToReleaseLLVM: Clean up document and remove references to SVN
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 28 01:02:45 PDT 2020
hans added inline comments.
================
Comment at: llvm/docs/HowToReleaseLLVM.rst:327
- $ ./tag.sh -release X.Y.Z -final
-
-Update the LLVM Demo Page
--------------------------
-
-The LLVM demo page must be updated to use the new release. This consists of
-using the new ``clang`` binary and building LLVM.
+ $ git tag llvmog-X.Y.Z
+ $ git push https://github.com/llvm/llvm-project.git llvmorg-X.Y.Z
----------------
tstellar wrote:
> hans wrote:
> > I've been doing "git tag -a", but I'm not sure if it makes any real difference?
> Do you also use -a for the llvmorg-N-init tag?
Yes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80395/new/
https://reviews.llvm.org/D80395
More information about the llvm-commits
mailing list