pytest-mock/RELEASING.rst

8 lines
259 B
ReStructuredText
Raw Normal View History

2019-08-24 18:33:04 +02:00
Here are the steps on how to make a new release.
2023-07-05 14:29:02 +02:00
1. Create a ``release-VERSION`` branch from ``upstream/main``.
2019-08-24 18:33:04 +02:00
2. Update ``CHANGELOG.rst``.
2023-07-05 14:29:02 +02:00
3. Push the branch to ``upstream``.
4. Once all tests pass, start the ``deploy`` workflow manually.
2019-08-24 18:33:04 +02:00
5. Merge the PR.