File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed 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 ``)::
You can’t perform that action at this time.
0 commit comments