File: RELEASE.md

package info (click to toggle)
python-pytest-run-parallel 0.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 320 kB
  • sloc: python: 1,919; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 727 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
To release a new version of `pytest-run-parallel`:
1. Update version in `pyproject.toml`, remove `-dev` suffix
2. Open PR with the version change
3. After PR is merged, run git tag -a vX.X.X -m "Release vX.X.X"
4. Create a new release in GitHub pointing to the new tag. Use autogenerated
   release notes. Edit to remove any unnecessary stuff like the release PRs.
   Wheels will be uploaded automatically by `.github/workflows/release.yml`.
5. Increment minor version and append the `-dev` suffix in `pyproject.toml`
6. Open PR with the version change
7. Monitor [conda-forge feedstock](https://github.com/conda-forge/pytest-run-parallel-feedstock)
   for anything that might be off in the auto-generated (and automerged) PR.