Add ansible-releases@redhat.com to announce template (#70812)
Signed-off-by: Rick Elrod <rick@elrod.me>
This commit is contained in:
parent
84adaba6f5
commit
34f18a97f4
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ LONG_TEMPLATE = """
|
|||
{% set plural = False if versions | length == 1 else True %}
|
||||
{% set latest_ver = (versions | sort(attribute='ver_obj'))[-1] %}
|
||||
|
||||
To: ansible-devel@googlegroups.com, ansible-project@googlegroups.com, ansible-announce@googlegroups.com
|
||||
To: ansible-releases@redhat.com, ansible-devel@googlegroups.com, ansible-project@googlegroups.com, ansible-announce@googlegroups.com
|
||||
Subject: New release{% if plural %}s{% endif %}: {{ version_str }}
|
||||
|
||||
{% filter wordwrap %}
|
||||
|
|
Loading…
Reference in a new issue