File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,16 @@ Releasing
44
55The 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 ``)::
You can’t perform that action at this time.
0 commit comments