pytest-mock/RELEASING.rst
2022-05-26 22:59:37 +01:00

8 lines
249 B
ReStructuredText

Here are the steps on how to make a new release.
1. Create a ``release-VERSION`` branch from ``upstream/master``.
2. Update ``CHANGELOG.rst``.
3. Push a branch with the changes.
4. Once all builds pass, push a tag to ``upstream``.
5. Merge the PR.