File: HOWTORELEASE.rst

package info (click to toggle)
pytest-qt 3.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 636 kB
  • sloc: python: 3,773; makefile: 146; sh: 6
file content (7 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
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 named ``VERSION`` to ``upstream``.
5. After the deployment is complete, merge the PR.