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 688bd2fd Expand the release vote template.
688bd2fd is described below

commit 688bd2fd67227018603b7862ac31b82cda6561ab
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Thu May 12 19:01:35 2022 +0200

    Expand the release vote template.
---
 source/release-management.md       |  2 +-
 static/templates/release-vote.html | 48 ++++++++++++++++++++++++++++++++++++++
 static/templates/release-vote.txt  | 24 -------------------
 3 files changed, 49 insertions(+), 25 deletions(-)

diff --git a/source/release-management.md b/source/release-management.md
index 7228d0ac..502ac15a 100644
--- a/source/release-management.md
+++ b/source/release-management.md
@@ -485,7 +485,7 @@ It will not yet be published on `https://sis.apache.org`.
 # Put the release candidate up for a vote    {#vote}
 
 * Create a VOTE email thread on `dev@` to record votes as replies.
-  A template is available [here](templates/release-vote.txt).
+  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).
 * Perform a review of the release and cast your vote:
diff --git a/static/templates/release-vote.html 
b/static/templates/release-vote.html
new file mode 100644
index 00000000..a2066a3a
--- /dev/null
+++ b/static/templates/release-vote.html
@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>Release vote</title>
+    <meta charset="UTF-8">
+  </head>
+  <body>
+    <p>
+      <b>To:</b> [email protected]<br>
+      <b>Subject:</b> [VOTE] Apache SIS ${version} RC1
+    </p><p>
+      This is a call for a vote on the following Apache SIS ${version} release 
candidate artifacts:
+    </p>
+    <ul>
+      <li><p>Change log/release notes:<br>
+          https://sis.staged.apache.org/release-notes/${version}.html</p></li>
+      <li><p>All Release Artifacts:<br>
+          https://dist.apache.org/repos/dist/dev/sis/${version}/RC1/</p></li>
+      <li><p>PGP release keys (signed using GnuPG):<br>
+          https://downloads.apache.org/sis/KEYS</p></li>
+      <li><p>Maven staging repository:
+<pre>&lt;repositories&gt;
+  &lt;repository&gt;
+    &lt;id>sis.staging&lt;/id&gt;
+    &lt;name>SIS staging repository&lt;/name&gt;
+    
&lt;url>https://repository.apache.org/content/repositories/orgapachesis-{XXX}&lt;/url&gt;
+  &lt;/repository&gt;
+&lt;/repositories&gt;</pre><p></li>
+      <li><p>Web site <a 
href="https://sis.staged.apache.org/";>https://sis.staged.apache.org/</a>
+          except for Javadoc which will be updated the release day.
+          The developer guide is also a work in progress not yet 
updated.</p></li>
+    </ul>
+
+    <p>
+      Please verify the artifacts and vote. The vote will be open for 72 hours.
+      Closing date may be changed to a later day if testers need more time.
+    </p>
+<pre>[ ] +1  approve
+[ ] +0  no opinion
+[ ] -1  disapprove (and reason why)</pre>
+
+    <p>
+      If no issue is reported, the content of above staging repositories will 
be moved as-is (no recompilation)
+      to Apache mirrors and Maven Central repository when the release will 
happen.
+      If blocking issues are reported, a new staging repository at a new URL 
will be created for the second release candidate.
+    </p>
+  </body>
+</html>
diff --git a/static/templates/release-vote.txt 
b/static/templates/release-vote.txt
deleted file mode 100644
index 10663ecd..00000000
--- a/static/templates/release-vote.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-To: [email protected]
-Subject: [VOTE] Apache SIS ${version} RC{number}
-
-Apache SIS PMC is pleased to call for a vote on the following Apache SIS 
${version} release candidate artifacts:
-
-Detailed change log/release notes:
-https://sis.staged.apache.org/release-notes/${version}.html
-
-All Release Artifacts:
-https://dist.apache.org/repos/dist/dev/sis/${version}/RC{number}/
-
-PGP release keys (signed using GnuPG):
-https://downloads.apache.org/sis/KEYS
-
-Maven staging repository:
-https://repository.apache.org/content/repositories/orgapachesis-{XXX}/
-
-Web site https://sis.staged.apache.org/ will be updated progressively during 
the next days.
-
-Please verify the artifacts and vote. The vote will be open for 72 hours.
-
-[ ] +1  approve
-[ ] +0  no opinion
-[ ] -1  disapprove (and reason why)

Reply via email to