Skip to content

RM docs: Update social media annoncement process #19159

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

Merged
merged 2 commits into from
Jul 18, 2025
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
13 changes: 10 additions & 3 deletions docs/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,9 +500,16 @@ slightly different steps. We'll call attention where the steps differ.
> report any potential bugs that should be fixed before the upcoming GA
> release.

5. 🔶 **For pre-GA *RCs* only,** coordinate with the social media team (i.e.,
Derick) to post a tweet with the RC release announcement and link to the news
entry on php.net. ([@official_php](https://twitter.com/official_php))
5. 🔶 **For alphas, betas, and *pre-GA* RCs,** coordinate with the
social media team (i.e., Derick and Sergey) to post a toot containing the
release announcement and link to the news entry on php.net.
You can send a PR to [toot-together](https://github.com/derickr/toot-together/)
with highlights from the NEWS file yourself, if you want.

* [Annonce 8.5.0alpha1](https://github.com/derickr/toot-together/pull/42)
* [Annonce 8.5.0alpha2](https://github.com/derickr/toot-together/pull/47)

We post to [@[email protected]](https://fosstodon.org/@php).


## Packaging a stable release
Expand Down