This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sis-site.git


The following commit(s) were added to refs/heads/main by this push:
     new f45b5fda Convert `release-discuss` template to HTML.
f45b5fda is described below

commit f45b5fda1da504dbdf9a1c5b716ab283a521e2ce
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Sat Dec 10 13:55:28 2022 +0100

    Convert `release-discuss` template to HTML.
---
 content/release-management.md         |  2 +-
 static/templates/release-discuss.html | 38 +++++++++++++++++++++++++++++++++++
 static/templates/release-discuss.txt  | 22 --------------------
 3 files changed, 39 insertions(+), 23 deletions(-)

diff --git a/content/release-management.md b/content/release-management.md
index 3a133800..74440d59 100644
--- a/content/release-management.md
+++ b/content/release-management.md
@@ -541,7 +541,7 @@ It will not yet be published on `https://sis.apache.org`.
 * Create a VOTE email thread on `dev@` to record votes as replies.
   A template is available [here](templates/release-vote.html).
 * Create a DISCUSS email thread on `dev@` for any vote questions.
-  A template is available [here](templates/release-discuss.txt).
+  A template is available [here](templates/release-discuss.html).
 * Perform a review of the release and cast your vote:
 * a -1 vote does not necessarily mean that the vote must be redone, however it 
is usually a good idea
   to rollback the release if a -1 vote is received. See _Recovering from a 
vetoed release_ below.
diff --git a/static/templates/release-discuss.html 
b/static/templates/release-discuss.html
new file mode 100644
index 00000000..f3d32c01
--- /dev/null
+++ b/static/templates/release-discuss.html
@@ -0,0 +1,38 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>Release discuss</title>
+    <meta charset="UTF-8">
+  </head>
+  <body>
+    <p>
+      <b>To:</b> d...@sis.apache.org<br>
+      <b>Subject:</b> [DISCUSS] Apache SIS ${version} RC1
+    </p><p>
+      Discussion thread for vote on Apache SIS ${version} release candidate.
+    </p><p>
+      If you have any questions or feedback or to post results of validating 
the release, please reply to this thread.
+      Once you verify the release, please post your vote to the VOTE thread.
+    </p><p>
+      For reference, the Apache release guide — 
https://www.apache.org/legal/release-policy.html
+    </p><p>
+      Some tips to validate the release before you vote:
+    </p>
+
+    <ul>
+      <li>Download the binary version and run the 5 minute or 10 minute 
tutorial as described in [1].</li>
+      <li>Download the source files from compressed files and build (which 
includes tests).</li>
+      <li>Verify the distribution for the required LICENSE and NOTICE 
files</li>
+      <li>Verify if all the staged files are signed and the signature is 
verifiable.</li>
+      <li>Verify if the signing key in the project's KEYS file is hosted on a 
public server.</li>
+    </ul>
+
+    <p>
+      Thanks for your time in validating the release and voting,<br>
+      {Release Manager}<br>
+      (On Behalf of SIS PMC)<br>
+    </p>
+
+    <pre>[1] https://sis.staged.apache.org/command-line.html</pre>
+  </body>
+</html>
diff --git a/static/templates/release-discuss.txt 
b/static/templates/release-discuss.txt
deleted file mode 100644
index 841a3ded..00000000
--- a/static/templates/release-discuss.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-To: d...@sis.apache.org
-Subject: [DISCUSS] Apache SIS ${version} RC{number}
-
-Discussion thread for vote on Apache SIS ${version} release candidate.
-
-If you have any questions or feedback or to post results of validating the 
release, please reply to this thread. Once you verify the release, please post 
your vote to the VOTE thread.
-
-For reference, the Apache release guide — 
http://www.apache.org/legal/release-policy.html
-
-Some tips to validate the release before you vote:
-
-* Download the binary version and run the 5 minute or 10 minute tutorial as 
described in [1].
-* Download the source files from compressed files and build (which includes 
tests).
-* Verify the distribution for the required LICENSE and NOTICE files
-* Verify if all the staged files are signed and the signature is verifiable.
-* Verify if the signing key in the project's KEYS file is hosted on a public 
server
-
-Thanks for your time in validating the release and voting,
-{Release Manager}
-(On Behalf of SIS PMC)
-
-[1] https://sis.staged.apache.org/command-line.html

Reply via email to