Skip to content

Commit e16bca4

Browse files
committed
Merge branch 'main' into test_dashboard_badge
2 parents b3ebfbc + 551bd30 commit e16bca4

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414
'iris': ('https://scitools-iris.readthedocs.io/en/latest/', None),
415415
'iris-esmf-regrid': ('https://iris-esmf-regrid.readthedocs.io/en/latest',
416416
None),
417-
'matplotlib': ('https://matplotlib.org/', None),
417+
'matplotlib': ('https://matplotlib.org/stable/', None),
418418
'numpy': ('https://numpy.org/doc/stable/', None),
419419
'pyesgf': ('https://esgf-pyclient.readthedocs.io/en/latest/', None),
420420
'python': ('https://docs.python.org/3/', None),

doc/contributing.rst

+12-2
Original file line numberDiff line numberDiff line change
@@ -708,8 +708,18 @@ Making a release
708708

709709
The release manager makes the release, assisted by the release manager of the
710710
previous release, or if that person is not available, another previous release
711-
manager. Perform the steps listed below with two persons, to reduce the risk of
712-
error.
711+
manager.
712+
Perform the steps listed below with two persons, to reduce the risk of error.
713+
714+
.. note::
715+
716+
The previous release manager ensures the current release manager has the
717+
required administrative permissions to make the release.
718+
Consider the following services:
719+
`conda-forge <https://github.com/conda-forge/esmvalcore-feedstock>`__,
720+
`DockerHub <https://hub.docker.com/orgs/esmvalgroup>`__,
721+
`PyPI <https://pypi.org/project/ESMValCore/>`__, and
722+
`readthedocs <https://readthedocs.org/dashboard/esmvalcore/users/>`__.
713723

714724
To make a new release of the package, follow these steps:
715725

0 commit comments

Comments
 (0)