[PATCH] D95114: HowToReleaseLLVM: Add annual release schedule template

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 23 06:22:28 PST 2021


rengolin added inline comments.


================
Comment at: llvm/docs/HowToReleaseLLVM.rst:53
+--------------- --------------------------
+*X.0.0-rc1*     *30*      *4th Tue in July (Branch Date)*
+X.0.0-rc2       34        Aug 24
----------------
hans wrote:
> Why not a rough date like for the even ones, instead of 4th Tue?
Actually, I'd prefer relative Tuesday for both processes. Otherwise we'd eventually start on weekends...

First date is relative to month (4th Tuesday) and the following are relative to first (2 weeks later, etc). 

Specific dates make no sense to me.

I'd also say "at least N weeks", perhaps even also "at most N+M weeks". Having specific dates or non flexible time frames will cause people to complain on the list when things don't go according to plan, pointing out our documentation and saying, with reason, that we're not following it.



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95114/new/

https://reviews.llvm.org/D95114



More information about the llvm-commits mailing list