You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ds...@apache.org on 2021/02/17 21:49:00 UTC

svn commit: r1886641 - in /subversion/trunk/tools/dist/templates: rc-news.ezt stable-news.ezt

Author: dsahlberg
Date: Wed Feb 17 21:49:00 2021
New Revision: 1886641

URL: http://svn.apache.org/viewvc?rev=1886641&view=rev
Log:
Make life (a little bit) easier for the RM.

Follow up to r1886494 requiring the website update to be done before the
release announcement.

http://mail-archives.apache.org/mod_mbox/subversion-dev/202102.mbox/%3ced15b241-6e0e-4c91-9f59-16844de3dac2@www.fastmail.com%3e

Approved by: danielsh

* tools/dist/templates/stable-news.ezt
  Comment out the release announcement link unless a url has been specified
    on the command line.

* tools/dist/templates/rc-news.ezt 
  Comment out the release announcement link unless a url has been specified
    on the command line.
  Move > to the next line since some web browsers may otherwise add an 
    underlined space in the beginning of the link.


Modified:
    subversion/trunk/tools/dist/templates/rc-news.ezt
    subversion/trunk/tools/dist/templates/stable-news.ezt

Modified: subversion/trunk/tools/dist/templates/rc-news.ezt
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dist/templates/rc-news.ezt?rev=1886641&r1=1886640&r2=1886641&view=diff
==============================================================================
--- subversion/trunk/tools/dist/templates/rc-news.ezt (original)
+++ subversion/trunk/tools/dist/templates/rc-news.ezt Wed Feb 17 21:49:00 2021
@@ -7,12 +7,16 @@
 <p>We are pleased to announce the release of Apache Subversion [version].  This
    release is not intended for production use, but is provided as a milestone
    to encourage wider testing and feedback from intrepid users and maintainers.
-   Please see the
+   Please see the[if-any announcement_url][else]
+<!-- Initially the release announcement link is commented out
+until the release announcement has landed in the archives.
+Add the URL below and remove this comment start section...|[end]
    <a href="[announcement_url]">release
-   announcement</a> for more information about this release, and the
+   announcement</a> for more information about this release, and the[if-any announcement_url][else]
+|... and this end comment--->[end]
    <a href="/docs/release-notes/[major-minor].html">release notes</a> and 
-   <a href="https://svn.apache.org/repos/asf/subversion/tags/[version]/CHANGES"> 
-   change log</a> for information about what will eventually be
+   <a href="https://svn.apache.org/repos/asf/subversion/tags/[version]/CHANGES"
+   >change log</a> for information about what will eventually be
    in the [version_base] release.</p> 
  
 <p>To get this release from the nearest mirror, please visit our

Modified: subversion/trunk/tools/dist/templates/stable-news.ezt
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dist/templates/stable-news.ezt?rev=1886641&r1=1886640&r2=1886641&view=diff
==============================================================================
--- subversion/trunk/tools/dist/templates/stable-news.ezt (original)
+++ subversion/trunk/tools/dist/templates/stable-news.ezt Wed Feb 17 21:49:00 2021
@@ -9,9 +9,13 @@
    users of Subversion to upgrade as soon as reasonable.
 [else]   This is the most complete release of the [major-minor].x line to date,
    and we encourage all users to upgrade as soon as reasonable.
-[end]   Please see the
+[end]   Please see the[if-any announcement_url][else]
+<!-- Initially the release announcement link is commented out
+until the release announcement has landed in the archives.
+Add the URL below and remove this comment start section...|[end]
    <a href="[announcement_url]"
-   >release announcement</a> and the
+   >release announcement</a> and the[if-any announcement_url][else]
+|... and this end comment -->[end]
    <a href="/docs/release-notes/[major-minor]"
    >release notes</a> for more information about this release.</p>