Skip to content

Commit

Permalink
Improve Automated Release Process documentation (#421)
Browse files Browse the repository at this point in the history
* Improve Automated Release Process documentation

* Keep similar line length as before

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
  • Loading branch information
mariolenz and felixfontein authored Jun 4, 2024
1 parent c403551 commit 1ec6ab0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/automated-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ versions, and not use new bugfix releases of potentially all included collection
For this, create a new branch in `ansible-build-data` where you copy the `.deps`
file of the previous release candidate to the location of the `.deps` file of the
planned release. Then you modify the new `.deps` file with the version updates
you plan to make.
you plan to make and update `_ansible_version`.

After that, you can start the automated workflow. You need to set the following options
next to the release version:
Expand All @@ -139,7 +139,8 @@ release candidate.

For this, create a new branch in `ansible-build-data` where you copy the `.deps`
file of the last release candidate to the location of the `.deps` file of the
planned major release. Do not modify the new `.deps` file with any version updates.
planned major release. Update `_ansible_version` in the new `.deps` file, but don't
change it in any other way.

After that, you can start the automated workflow. You need to set the following options
next to the release version:
Expand Down

0 comments on commit 1ec6ab0

Please sign in to comment.