Fix the changelog links to porting guide to be anonymous
Prevents duplicate reference errors.
This commit is contained in:
parent
43affc661b
commit
007092869b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ summary:
|
||||||
@printf '%s\n%s\n%s\n' \
|
@printf '%s\n%s\n%s\n' \
|
||||||
'release_summary: |' \
|
'release_summary: |' \
|
||||||
' | Release Date: $(shell date '+%Y-%m-%d')' \
|
' | 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
|
../../changelogs/fragments/v${version}_summary.yaml
|
||||||
|
|
||||||
.PHONY: changelog
|
.PHONY: changelog
|
||||||
|
|
Loading…
Reference in a new issue