Skip to content

Commit

Permalink
fixup! docs: add initial release-process.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 committed Jun 28, 2023
1 parent 83f7c6a commit 611adf9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 611adf9

Please sign in to comment.