Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Automated Release Process documentation #421

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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