mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 03:53:59 -07:00
Change <support@ansible.com> - it's being retired.
This commit is contained in:
parent
f24c10c32b
commit
77e7ae6838
8 changed files with 31 additions and 31 deletions
|
@ -7,7 +7,7 @@
|
|||
release_date: "{{lookup('pipe', 'date +\"%m-%d-%Y\"')}}"
|
||||
rpm_spec_line: |
|
||||
|
||||
* {{lookup('pipe', 'date +"%a %b %d %Y"')}} Ansible, Inc. <support@ansible.com> - {{ansible_release_version}}-{{ansible_release_string}}
|
||||
* {{lookup('pipe', 'date +"%a %b %d %Y"')}} Ansible, Inc. <info@ansible.com> - {{ansible_release_version}}-{{ansible_release_string}}
|
||||
- Release {{ansible_release_version}}-{{ansible_release_string}}
|
||||
deb_changelog_line: |
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
|||
|
||||
* {{ansible_release_version}}
|
||||
|
||||
-- Ansible, Inc. <support@ansible.com> {{lookup('pipe', 'date -R')}}
|
||||
-- Ansible, Inc. <info@ansible.com> {{lookup('pipe', 'date -R')}}
|
||||
|
||||
vars_prompt:
|
||||
- name: ansible_release_branch
|
||||
|
@ -99,7 +99,7 @@
|
|||
dest: "{{release_dir}}/packaging/debian/changelog"
|
||||
regexp: "^ansible ({{ansible_release_version}})"
|
||||
line: "{{deb_changelog_line}}"
|
||||
insertafter: "-- Ansible, Inc. <support@ansible.com> %DATE%"
|
||||
insertafter: "-- Ansible, Inc. <info@ansible.com> %DATE%"
|
||||
- name: Update RELEASES.txt
|
||||
template:
|
||||
dest: "{{release_dir}}/RELEASES.txt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue