]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor update for make-tarball.txt
authorEli Zaretskii <eliz@gnu.org>
Sat, 24 Apr 2021 12:17:40 +0000 (15:17 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 Apr 2021 12:17:40 +0000 (15:17 +0300)
* admin/make-tarball.txt (UPDATING THE EMACS WEB PAGES AFTER A
RELEASE): Update and enhance the section to make it easier to find
the banner and verify the updated pages are in place.

admin/make-tarball.txt

index fd63b7501b917d918ace9b7eb36a7c4433d89530..dd3e504ddcf1a02afff5f74cdc0db060644cf37c 100644 (file)
@@ -256,8 +256,9 @@ General steps (for each step, check for possible errors):
 
 UPDATING THE EMACS WEB PAGES AFTER A RELEASE
 
-As soon as possible after a release, the Emacs web pages should be updated.
-(See admin/notes/www for general information.)
+As soon as possible after a release, the Emacs web pages at
+https://www.gnu.org/software/emacs/ should be updated.  (See
+admin/notes/www for general information.)
 
 The pages to update are:
 
@@ -267,7 +268,14 @@ add the new NEWS file as news/NEWS.xx.y
 
 For every new release, a banner is displayed on top of the emacs.html
 page.  Uncomment and the release banner in emacs.html.  Keep it on the
-page for about a month, then comment it again.
+page for about a month, then comment it again.  The new release banner
+looks like this:
+
+    <div class="release-banner">
+       <div class="container">
+           <h2><em>Emacs 27.1 is out</em>, download it <a href="download.html">here</a>!</h2>
+       </div>
+    </div>
 
 Regenerate the various manuals in manual/.
 The scripts admin/make-manuals and admin/upload-manuals summarize the process.