Skip to content

Commit

Permalink
Remove mentions of the mailing list. Copy announce explanation from m…
Browse files Browse the repository at this point in the history
…anual to automated process docs.
  • Loading branch information
felixfontein committed Aug 22, 2024
1 parent 75c2b9e commit 194c315
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/automated-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,18 @@ release process. The automated processes uses GitHub Actions to automate the
pip install antsibull[clipboard]
```

6. Then announce the release on the Forum, the mailing list and Matrix by
6. Then announce the release on the Forum and Matrix by
running the following command in the `${MAJOR_VERSION}` directory of the
`ansible-build-data` checkout:

```
antsibull-build announcements --send --data-dir . ${VERSION}
```

This will open your default browser and email client to do the announcement
on the forum and the mailing list. It will also tell you where to announce
this on Matrix, ask for the URL of the forum thread and create a suitable
text in your clipboard that you can copy to Matrix.
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,
and create a suitable text in your clipboard that you can copy to Matrix.

[^1]: This group is configured as "Required reviewers" for the "Configure pypi"
build environment in GitHub Actions of the `ansible-build-data` repository.
Expand Down
7 changes: 6 additions & 1 deletion docs/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,18 @@ This only needs to be done once.
git push --follow-tags
```

8. Announce the release on the Forum, Matrix, and the mailing list by running
8. Announce the release on the Forum and Matrix by running
the following command in the `${MAJOR_VERSION}` directory of the
`ansible-build-data` checkout:
```
antsibull-build announcements --send --data-dir . ${VERSION}
```

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,
and create a suitable text in your clipboard that you can copy to Matrix.

[container]: https://hub.docker.com/_/python
[abd-fork]: https://github.com/ansible-community/ansible-build-data/fork
[ansible-build-data]: https://github.com/ansible-community/ansible-build-data
Expand Down

0 comments on commit 194c315

Please sign in to comment.