File: RELEASING.md

package info (click to toggle)
apispec 6.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 660 kB
  • sloc: python: 4,917; makefile: 150; sh: 10
file content (8 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
# Releasing

1. Bump version in `pyproject.toml` and update the changelog
   with today's date.
2. Commit: `git commit -m "Bump version and update changelog"`
3. Tag the commit: `git tag x.y.z`
4. Push: `git push --tags origin dev`. CI will take care of the
   PyPI release.