File: release-process.rst

package info (click to toggle)
python-pyproject-hooks 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: python: 973; sh: 5; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 389 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
===============
Release Process
===============

Actual mechanics of making the release:

- Update the changelog manually, and commit the changes.
- Install :pypi:`bump2version`::

    pip install bump2version

- Run it to bump the version strings within the project, like::

    bump2version minor

- Push the commit and tags to GitHub.
  A GitHub action will upload the release to PyPI.