pytest-mock/HOWTORELEASE.rst
2019-08-24 18:33:04 +02: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.