Skip to content

Commit 02519fd

Browse files
Update links to microblogging pages (#13123) (#13127)
* Update links to microblogging pages * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Apply suggestions from code review Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]> (cherry picked from commit 05538ac) Co-authored-by: Florian Bruhin <[email protected]>
1 parent f1c6bab commit 02519fd

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Diff for: RELEASING.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,8 @@ Both automatic and manual processes described above follow the same steps from t
170170
* [email protected] (all releases)
171171
* [email protected] (only major/minor releases)
172172

173-
And announce it on `Twitter <https://twitter.com/>`_ and `BlueSky <https://bsky.app/>`_ with the ``#pytest`` hashtag.
173+
And announce it with the ``#pytest`` hashtag on:
174+
175+
* `Bluesky <https://bsky.app>`_
176+
* `Fosstodon <https://fosstodon.org>`_
177+
* `Twitter/X <https://x.com>`_

Diff for: doc/en/contact.rst

+7
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ Chat
2424
<https://web.libera.chat/#pytest>`_)
2525
- ``#pytest`` `on Matrix <https://matrix.to/#/#pytest:matrix.org>`_.
2626

27+
Microblogging
28+
-------------
29+
30+
- Bluesky: `@pytest.org <https://bsky.app/profile/pytest.org>`_
31+
- Mastodon: `@[email protected] <https://fosstodon.org/@pytest>`_
32+
- Twitter/X: `@pytestdotorg <https://x.com/pytestdotorg>`_
33+
2734
Mail
2835
----
2936

Diff for: pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,11 @@ optional-dependencies.dev = [
6464
"xmlschema",
6565
]
6666
urls.Changelog = "https://docs.pytest.org/en/stable/changelog.html"
67+
urls.Contact = "https://docs.pytest.org/en/stable/contact.html"
68+
urls.Funding = "https://docs.pytest.org/en/stable/sponsor.html"
6769
urls.Homepage = "https://docs.pytest.org/en/latest/"
6870
urls.Source = "https://github.com/pytest-dev/pytest"
6971
urls.Tracker = "https://github.com/pytest-dev/pytest/issues"
70-
urls.Twitter = "https://twitter.com/pytestdotorg"
7172
scripts."py.test" = "pytest:console_main"
7273
scripts.pytest = "pytest:console_main"
7374

0 commit comments

Comments
 (0)