diff options
Diffstat (limited to 'ansible_collections/microsoft/ad/README.md')
-rw-r--r-- | ansible_collections/microsoft/ad/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible_collections/microsoft/ad/README.md b/ansible_collections/microsoft/ad/README.md index 2136ab761..af41a27e7 100644 --- a/ansible_collections/microsoft/ad/README.md +++ b/ansible_collections/microsoft/ad/README.md @@ -7,7 +7,7 @@ The `microsoft.ad` collection includes the plugins supported by Ansible to help ## Ansible version compatibility -This collection has been tested against following Ansible versions: **>=2.12**. +This collection has been tested against following Ansible versions: **>=2.14**. Plugins and modules within a collection may be tested with only specific Ansible versions. A collection may contain metadata that identifies these versions. @@ -84,7 +84,7 @@ The current process for publishing new versions of the Microsoft AD Collection i * Update the `CHANGELOG`: * Make sure you have [`antsibull-changelog`](https://pypi.org/project/antsibull-changelog/) installed `pip install antsibull-changelog`. * Make sure there are fragments for all known changes in `changelogs/fragments`. - * Add a new `release_summary` fragment: `echo "Release summary for v..." > changelogs/fragments/release-summary.yml` + * Add a new `release_summary` fragment: `echo "release_summary: Release summary for v..." > changelogs/fragments/release-summary.yml` * Run `antsibull-changelog release`. * Commit the changes and wait for CI to be green * Create a release with the tag that matches the version number |