summaryrefslogtreecommitdiff
path: root/hacking
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2019-03-25 07:35:45 -0700
committerGitHub <noreply@github.com>2019-03-25 07:35:45 -0700
commit8dd46d6f95752ba627743cacb407cb094d7ed26d (patch)
tree74dafdf6ea447e328c5e46d77cd66a6df00e5fa1 /hacking
parent5feadbef4a75b38b450820c9c5cc6e55e71e65fe (diff)
downloadansible-8dd46d6f95752ba627743cacb407cb094d7ed26d.tar.gz
Fix punctuation around issue reporting link (#54295)
Figure out how to format the release announcement so a link isn't directly followed by a period which would hinder cutand paste but uses proper grammar and punctuation.
Diffstat (limited to 'hacking')
-rwxr-xr-xhacking/release-announcement.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/hacking/release-announcement.py b/hacking/release-announcement.py
index f04431425d..cea3845a6c 100755
--- a/hacking/release-announcement.py
+++ b/hacking/release-announcement.py
@@ -96,7 +96,14 @@ https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_{{ latest_ve
{% filter wordwrap %}
-If you discover any errors or if any of your working playbooks break when you upgrade to {{ latest_ver }}, please report the regression via https://github.com/ansible/ansible/issues/new/choose In your issue, be sure to mention the Ansible version that works and the one that doesn't.
+If you discover any errors or if any of your working playbooks break when you upgrade to {{ latest_ver }}, please use the following link to report the regression:
+{% endfilter %}
+
+
+ https://github.com/ansible/ansible/issues/new/choose
+
+{% filter wordwrap %}
+In your issue, be sure to mention the Ansible version that works and the one that doesn't.
{% endfilter %}