You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/releasing.rst
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,16 @@ Releasing
4
4
5
5
The process for releasing should follow these steps:
6
6
7
-
#. Test that docs build and render properly by running ``tox -e docs,spell``.
7
+
#. Test that docs build and render properly by running ``tox -e docs``.
8
8
9
9
If there are bogus spelling issues add the words in ``spelling_wordlist.txt``.
10
10
#. Update ``CHANGELOG.rst`` and ``AUTHORS.rst`` to be up to date.
11
11
#. Bump the version by running ``bumpversion [ major | minor | patch ]``. This will automatically add a tag.
12
-
13
-
Alternatively, you can manually edit the files and run ``git tag v1.2.3`` yourself.
14
12
#. Push changes and tags with::
15
13
16
14
git push
17
15
git push --tags
18
-
#. Wait for `AppVeyor <https://ci.appveyor.com/project/pytestbot/pytest-cov>`_
19
-
and `GitHub Actions <https://github.com/pytest-dev/pytest-cov/actions>`_ to give the green builds.
16
+
#. Wait `GitHub Actions <https://github.com/pytest-dev/pytest-cov/actions>`_ to give the green builds.
20
17
#. Check that the docs on `ReadTheDocs <https://readthedocs.org/projects/pytest-cov>`_ are built.
21
18
#. Make sure you have a clean checkout, run ``git status`` to verify.
22
19
#. Manually clean temporary files (that are ignored and won't show up in ``git status``)::
0 commit comments