Skip to content

Commit 611adf9

Browse files
committed
fixup! docs: add initial release-process.md
1 parent 83f7c6a commit 611adf9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/release-process.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ First, you need to set up ansible-build-data and antsibull repository clones.
2929
This only needs to be done once.
3030

3131
1. [Fork][abd-fork] the [ansible-build-data] repository.
32-
2. Checkout the antsibull and ansible/ansible (ansible-core) repositories
32+
2. Checkout the antsibull and ansible-documentation repositories
3333
and change into antsibull.
3434

3535
```
36-
git clone https://github.com/ansible/ansible
36+
git clone https://github.com/ansible/ansible-documentation
3737
git clone https://github.com/ansible-community/antsibull
3838
cd antsibull
3939
```
@@ -110,12 +110,12 @@ This only needs to be done once.
110110

111111
Then, submit a pull request against ansible-build-data upstream.
112112

113-
5. Submit a PR to ansible/ansible to add the new porting guide to the docsite.
113+
5. Submit a PR to ansible/ansible-documentation to add the new porting guide to the docsite.
114114
Copy the porting guide to the ansible docsite directory
115115
in your ansible checkout with the following command
116116

117117
```
118-
cp {MAJOR VERSION}/porting_guide_{MAJOR VERSION}.rst ../ansible/docs/docsite/rst/porting_guides/
118+
cp {MAJOR VERSION}/porting_guide_{MAJOR VERSION}.rst ../ansible-documentation/docs/docsite/rst/porting_guides/
119119
```
120120

121121
switch to the ansible checkout,

0 commit comments

Comments
 (0)