Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 349 Bytes

MAINTAINANCE.md

File metadata and controls

18 lines (12 loc) · 349 Bytes

Maintainance

Information useful for the maintainers of the project.

Release process

  1. Generate the release changelog via:

    tox r -e release -- 1.1.0
    # or
    make gen_news VERSION=1.1.0

    commit it and create a PR.

  2. After merging the PR from step 1 cut a release on the GitHub release page with same version.