From 8dd46d6f95752ba627743cacb407cb094d7ed26d Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 25 Mar 2019 07:35:45 -0700 Subject: [PATCH] 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. --- hacking/release-announcement.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hacking/release-announcement.py b/hacking/release-announcement.py index f04431425df..cea3845a6c5 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 %}