Added note to release script to announce on ML

This commit is contained in:
Alexander Reelsen 2014-01-16 09:43:56 +01:00
parent 4643f78098
commit bcfba8bc46

View File

@ -557,6 +557,7 @@ if __name__ == '__main__':
* check if the release is there https://oss.sonatype.org/content/repositories/releases/org/elasticsearch/elasticsearch/%(version)s
* announce the release on the website / blog post
* tweet about the release
* announce the release in the google group/mailinglist
"""
print(pending_msg % { 'version' : release_version} )
success = True