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

Remove mentions of the mailing list; copy announce explanation from manual to automated process docs #449

Merged
merged 1 commit into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
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
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