static/templates/release-vote.html (46 lines of code) (raw):

<!DOCTYPE html> <html> <head> <title>Release vote</title> <meta charset="UTF-8"> </head> <body> <p> <b>To:</b> dev@sis.apache.org<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>