mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-21 04:15:02 +00:00
We are moving back release scripts locally as it's the last repository which is not in elasticsearch repo. Also, we now use generated checksums when we run the `install` phase and we upload them to S3 at the same time we upload the artifact itself. Closes #178. (cherry picked from commit d3324bc) (cherry picked from commit 311a80b) (cherry picked from commit bf898b7)
23 lines
583 B
HTML
23 lines
583 B
HTML
<html>
|
|
<body>
|
|
<p>Heya,</p>
|
|
|
|
<p>We are pleased to announce the release of the <b>%(artifact_name)s</b>, <b>version %(release_version)s</b></p>
|
|
|
|
<blockquote>%(artifact_description)s.</blockquote>
|
|
|
|
<h1>Release Notes - Version %(release_version)s</h1>
|
|
%(empty_message)s
|
|
%(issues_bug)s
|
|
%(issues_update)s
|
|
%(issues_new)s
|
|
%(issues_doc)s
|
|
|
|
<p>For questions or comments around this plugin, feel free to use elasticsearch
|
|
<a href='https://discuss.elastic.co/c/elasticsearch'>mailing list</a>!</p>
|
|
|
|
<p>Enjoy,</p>
|
|
<p>- The <a href="http://www.elastic.co/">Elastic team</a></p>
|
|
</body>
|
|
</html>
|