Skip to content

Commit

Permalink
Add reference to preparing next major release doc; reference automate…
Browse files Browse the repository at this point in the history
…d workflow from freeze docs (#422)

* Add reference to preparing next major release doc.

* Reference automated workflow from freeze docs.

* Reformulate.
  • Loading branch information
felixfontein authored Jun 15, 2024
1 parent b60fb7b commit a347825
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/automated-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,7 @@ next to the release version:

2. Set `existing-branch` to the branch you pushed to the `ansible-build-data`
repository.

When the new major release has been done, remember to prepare the directory for
the next major Ansible release. How to do this is described in [Setting up for a
new major release](new-ansible-and-freezes.md#setting-up-for-a-new-major-release).
6 changes: 6 additions & 0 deletions docs/new-ansible-and-freezes.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ TODO: Improve the release playbook to support this case without requiring extra
Beyond the regular [Ansible Release Process](release-process.md), X.Y.0
releases require special handling before running the release playbook.

!!! note
This can be done in a simpler fashion when using the [automated release
process](automated-process.md). See the regular automated workflow for
versions up to rc1, and the [Special builds](automated-process.md#special-builds)
section for further release candidates and for the final major release.

1. Determine the previous and the current releases

``` sh
Expand Down

0 comments on commit a347825

Please sign in to comment.