diff --git a/docs/release-process.md b/docs/release-process.md index 7ac556ad35..e0112d5a3c 100644 --- a/docs/release-process.md +++ b/docs/release-process.md @@ -29,11 +29,11 @@ First, you need to set up ansible-build-data and antsibull repository clones. This only needs to be done once. 1. [Fork][abd-fork] the [ansible-build-data] repository. -2. Checkout the antsibull and ansible/ansible (ansible-core) repositories +2. Checkout the antsibull and ansible-documentation repositories and change into antsibull. ``` - git clone https://github.com/ansible/ansible + git clone https://github.com/ansible/ansible-documentation git clone https://github.com/ansible-community/antsibull cd antsibull ``` @@ -110,12 +110,12 @@ This only needs to be done once. Then, submit a pull request against ansible-build-data upstream. -5. Submit a PR to ansible/ansible to add the new porting guide to the docsite. +5. Submit a PR to ansible/ansible-documentation to add the new porting guide to the docsite. Copy the porting guide to the ansible docsite directory in your ansible checkout with the following command ``` - cp {MAJOR VERSION}/porting_guide_{MAJOR VERSION}.rst ../ansible/docs/docsite/rst/porting_guides/ + cp {MAJOR VERSION}/porting_guide_{MAJOR VERSION}.rst ../ansible-documentation/docs/docsite/rst/porting_guides/ ``` switch to the ansible checkout,