Skip to content

Commit

Permalink
Add instructions for EOL releases. (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Oct 5, 2024
1 parent 88b689f commit f42db38
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/automated-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,12 @@ release process. The automated processes uses GitHub Actions to automate the
`ansible-build-data` checkout:
```
antsibull-build announcements --send --data-dir . ${VERSION}
antsibull-build announcements --send --data-dir . ${VERSION} [ --end-of-life ]
```
The `--end-of-life` flag should be added if this is the final release for the
`${MAJOR_VERSION}` major release train.
This will open your default browser to do the announcement on the forum.
It will also tell you where to announce this on Matrix,
ask for the URL of the forum thread,
Expand Down
5 changes: 4 additions & 1 deletion docs/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,12 @@ This only needs to be done once.
the following command in the `${MAJOR_VERSION}` directory of the
`ansible-build-data` checkout:
```
antsibull-build announcements --send --data-dir . ${VERSION}
antsibull-build announcements --send --data-dir . ${VERSION} [ --end-of-life ]
```
The `--end-of-life` flag should be added if this is the final release for the
`${MAJOR_VERSION}` major release train.
This will open your default browser to do the announcement on the forum.
It will also tell you where to announce this on Matrix,
ask for the URL of the forum thread,
Expand Down

0 comments on commit f42db38

Please sign in to comment.