OpenSearch/dev-tools/email_template.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>