Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b5c473a

Browse filesBrowse files
committed
update release guide to use contact info
1 parent 72ef1ac commit b5c473a
Copy full SHA for b5c473a

File tree

3 files changed

+34
-14
lines changed
Filter options

3 files changed

+34
-14
lines changed

‎doc/_static/mpl.css

Copy file name to clipboardExpand all lines: doc/_static/mpl.css
+19Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,22 @@ div.wide-table table th.stub {
161161
font-style: italic;
162162
font-size: large;
163163
}
164+
165+
166+
.checklist {
167+
list-style: none;
168+
padding: 0;
169+
margin: 0;
170+
}
171+
.checklist li {
172+
margin-left: 24px;
173+
padding-left: 23px;
174+
margin-right: 6px;
175+
}
176+
.checklist li:before {
177+
content: "\2610\2001";
178+
margin-left: -24px;
179+
}
180+
.checklist li p {
181+
display: inline;
182+
}

‎doc/devel/communication_guide.rst

Copy file name to clipboardExpand all lines: doc/devel/communication_guide.rst
+7-4Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ for example at sprints or when giving official talks or tutorials, and in any
99
community venue managed by Matplotlib.
1010

1111

12-
1312
.. _communication-channels:
1413

1514
Official communication channels
@@ -21,6 +20,8 @@ The following venues are managed by Matplotlib maintainers and contributors:
2120
* chat: `https://matrix.to/#/#matplotlib:matrix.org <https://matrix.to/#/#matplotlib:matrix.org>`_
2221
* blog: https://blog.scientific-python.org/
2322

23+
.. _social-media:
24+
2425
Social media
2526
------------
2627

@@ -38,12 +39,14 @@ Official accounts
3839
* https://www.youtube.com/matplotlib
3940

4041

42+
.. _mailing-lists:
43+
4144
Mailing lists
4245
----------------
4346

44-
* https://mail.python.org/mailman/listinfo/matplotlib-announce
45-
* https://mail.python.org/mailman/listinfo/matplotlib-users
46-
* https://mail.python.org/mailman/listinfo/matplotlib-devel
47+
* `matplotlib-announce@python.org <https://mail.python.org/mailman/listinfo/matplotlib-announce>`_
48+
* `matplotlib-users@python.org <https://mail.python.org/mailman/listinfo/matplotlib-users>`_
49+
* `matplotlib-devel@python.org <https://mail.python.org/mailman/listinfo/matplotlib-devel>`_
4750

4851
.. _social-media-coordination:
4952

‎doc/devel/release_guide.rst

Copy file name to clipboardExpand all lines: doc/devel/release_guide.rst
+8-10Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -458,18 +458,16 @@ be squashed because the intent is to merge the branch histories.
458458
Announcing
459459
==========
460460

461-
The final step is to announce the release to the world. A short
462-
version of the release notes along with acknowledgments should be sent to
461+
The final step is to announce the release to the world:
463462

464-
- matplotlib-users@python.org
465-
- matplotlib-devel@python.org
466-
- matplotlib-announce@python.org
463+
.. rst-class:: checklist
467464

468-
In addition, announcements should be made on social networks (e.g., Twitter via the
469-
``@matplotlib`` account, any other via personal accounts).
470-
471-
Add a release announcement to the ``mpl-brochure-site`` "News" section of
472-
``docs/body.html``, linking to the discourse page for the announcement.
465+
* Send short version of the release notes and acknowledgments to the :ref:`mailing-lists`.
466+
* Post highlights and link to "What's New" on the active :ref:`social media accounts <social-media>`.
467+
* Add a release announcement to the ``mpl-brochure-site`` "News" section of
468+
``docs/body.html``. Link to the discourse post generated by the email to the
469+
announcements mailing list, which is found at
470+
`Announcements > matplotlib-announcements <https://discourse.matplotlib.org/c/announce/matplotlib-announce/10>`_.
473471

474472

475473
Conda packages

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.