[PATCH] D131634: HowToReleaseLLVM: Add some more details about website updates

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 20 01:23:38 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG662a11bd062a: HowToReleaseLLVM: Add some more details about website updates (authored by tstellar).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131634

Files:
  llvm/docs/HowToReleaseLLVM.rst


Index: llvm/docs/HowToReleaseLLVM.rst
===================================================================
--- llvm/docs/HowToReleaseLLVM.rst
+++ llvm/docs/HowToReleaseLLVM.rst
@@ -399,6 +399,10 @@
 #. Update the ``releases/index.html`` with the new release and link to release
    documentation.
 
+#. After you push the changes to the www-releases repo, someone with admin
+   access must login to prereleases-origin.llvm.org and manually pull the new
+   changes into /data/www-releases/.  This is where the website is served from.
+
 #. Finally checkout the llvm-www repo and update the main page
    (``index.html`` and sidebar) to point to the new release and release
    announcement.
@@ -406,5 +410,14 @@
 Announce the Release
 ^^^^^^^^^^^^^^^^^^^^
 
-Send an email to the list announcing the release, pointing people to all the
-relevant documentation, download pages and bugs fixed.
+Create a new post in the `Announce Category<https://discourse.llvm.org/c/announce>`_
+once all the release tasks are complete.  For X.0.0 releases, make sure to include a
+link to the release notes in the post.  For X.0.1+ releases, generate a changelog
+using this command and add it to the post.
+
+::
+
+  $ git log --format="[%h %s](https://github.com/llvm/llvm-project/commit/%H)" llvmorg-X.0.N-1..llvmorg-X.0.N
+
+Once the release has been announced add a link to the announcement on the llvm
+homepage (from the llvm-www repo) in the "Release Emails" section.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131634.454173.patch
Type: text/x-patch
Size: 1460 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220820/85ffb739/attachment.bin>


More information about the llvm-commits mailing list