@@ -75,15 +75,14 @@ Releasing a new version
7575
7676Follow these steps to release a new version of the project:
7777
78- 1. Update your local master with the upstream master (``git pull --rebase upstream master ``)
79- 2. Create a new branch
80- 3. Update ``CHANGES.rst `` with the new version, today's date, and all changes/new features
81- 4. Update the ``version `` field in ``package.json `` with the new version
82- 5. Commit and push the new branch and then create a new pull request
83- 6. Wait for tests and reviews and then merge the branch
84- 7. Once merged, update your local master again (``git pull --rebase upstream master ``)
85- 8. Tag the release with the new release version (``git tag v<new tag> ``)
86- 9. Push the tag (``git push upstream --tags ``)
87- 10. Done. Check `CI <https://github.com/pytest-dev/pytest-html/actions >`_ for release progress.
78+ #. Update your local master with the upstream master (``git pull --rebase upstream master ``)
79+ #. Create a new branch
80+ #. Update ``CHANGES.rst `` with the new version, today's date, and all changes/new features
81+ #. Commit and push the new branch and then create a new pull request
82+ #. Wait for tests and reviews and then merge the branch
83+ #. Once merged, update your local master again (``git pull --rebase upstream master ``)
84+ #. Tag the release with the new release version (``git tag v<new tag> ``)
85+ #. Push the tag (``git push upstream --tags ``)
86+ #. Done. Check `CI <https://github.com/pytest-dev/pytest-html/actions >`_ for release progress.
8887
8988.. _Pipenv : https://pipenv.pypa.io/en/latest/
0 commit comments