From 464b6ef918cd2cb85bebad1e4b4c81d37e8c1585 Mon Sep 17 00:00:00 2001 From: Volker Dusch Date: Thu, 17 Jul 2025 18:31:30 +0200 Subject: [PATCH 1/2] RM docs: Update social media annoncement process --- docs/release-process.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/release-process.md b/docs/release-process.md index 37cf04dd70593..6671ca066a2d8 100644 --- a/docs/release-process.md +++ b/docs/release-process.md @@ -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 ([@php@fosstodon.org](https://fosstodon.org/@php)) ## Packaging a stable release From a002745e2ae500502c849c4c0ba112dd68352e90 Mon Sep 17 00:00:00 2001 From: Volker Dusch <247397+edorian@users.noreply.github.com> Date: Thu, 17 Jul 2025 18:46:18 +0200 Subject: [PATCH 2/2] Remove superfluous parens Co-authored-by: DanielEScherzer --- docs/release-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-process.md b/docs/release-process.md index 6671ca066a2d8..14bb7b74aa9cd 100644 --- a/docs/release-process.md +++ b/docs/release-process.md @@ -509,7 +509,7 @@ slightly different steps. We'll call attention where the steps differ. * [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 ([@php@fosstodon.org](https://fosstodon.org/@php)) + We post to [@php@fosstodon.org](https://fosstodon.org/@php). ## Packaging a stable release