Skip to content

Commit 9f5cd81

Browse files
committed
Cleanup releasing instructions. Closes #616.
1 parent 93b5047 commit 9f5cd81

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/releasing.rst

+2-5
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,16 @@ Releasing
44

55
The process for releasing should follow these steps:
66

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``.
88

99
If there are bogus spelling issues add the words in ``spelling_wordlist.txt``.
1010
#. Update ``CHANGELOG.rst`` and ``AUTHORS.rst`` to be up to date.
1111
#. 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.
1412
#. Push changes and tags with::
1513

1614
git push
1715
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.
2017
#. Check that the docs on `ReadTheDocs <https://readthedocs.org/projects/pytest-cov>`_ are built.
2118
#. Make sure you have a clean checkout, run ``git status`` to verify.
2219
#. Manually clean temporary files (that are ignored and won't show up in ``git status``)::

0 commit comments

Comments
 (0)