mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 06:11:26 -07:00
Improve release make summary
shell compatibility.
This should work with at least bash, dash and zsh.
This commit is contained in:
parent
feb5b0b299
commit
0755f16f9a
1 changed files with 4 additions and 3 deletions
|
@ -23,9 +23,10 @@ version:
|
||||||
|
|
||||||
.PHONY: summary
|
.PHONY: summary
|
||||||
summary:
|
summary:
|
||||||
@echo 'release_summary: |\n\
|
@printf '%s\n%s\n%s\n' \
|
||||||
| Release Date: $(shell date '+%Y-%m-%d')\n\
|
'release_summary: |' \
|
||||||
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_' > \
|
' | Release Date: $(shell date '+%Y-%m-%d')' \
|
||||||
|
' | `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…
Add table
Add a link
Reference in a new issue