summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-11-15 12:30:01 -0800
committerToshio Kuratomi <a.badger@gmail.com>2018-11-15 13:43:13 -0800
commit42be0bd65529af3fefd6fef131db74ab2c07cfd4 (patch)
tree16c62c3970e837f1884d4b92a0ca1d7547c40592
parentf9b2f781a625f31e51767f34cb2c730ef4121c03 (diff)
downloadansible-42be0bd65529af3fefd6fef131db74ab2c07cfd4.tar.gz
[stable-2.7] Fix the changelog links to porting guide to be anonymous
Prevents duplicate reference errors. (cherry picked from commit 0070928) Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
-rw-r--r--packaging/release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/release/Makefile b/packaging/release/Makefile
index d57f5c4143..11d6dc4a1c 100644
--- a/packaging/release/Makefile
+++ b/packaging/release/Makefile
@@ -26,7 +26,7 @@ summary:
@printf '%s\n%s\n%s\n' \
'release_summary: |' \
' | Release Date: $(shell date '+%Y-%m-%d')' \
- ' | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_' > \
+ ' | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__' > \
../../changelogs/fragments/v${version}_summary.yaml
.PHONY: changelog