Skip to content

Commit

Permalink
new-ansible-and-freezes: fix changelog block indentation (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 authored Nov 21, 2023
1 parent 3d30036 commit 3ac8897
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/new-ansible-and-freezes.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ releases require special handling before running the release playbook.
releases table:
``` yaml
${VERSION}:
changes:
release_summary: 'Release Date: ${RELEASE_DATE}
`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_'
release_date: '${RELEASE_DATE}'
${VERSION}:
changes:
release_summary: 'Release Date: ${RELEASE_DATE}
`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_'
release_date: '${RELEASE_DATE}'
```
The release date should be formatted as `YYYY-MM-DD`.
Expand Down

0 comments on commit 3ac8897

Please sign in to comment.