This repository contains tools for simplifying releasing napari.
The tools are using following environment variables for configuration:
GH
- point to github server, default togithub.com
GH_USER
- name of organization that holds the repositories, default tonapari
GH_REPO
- main repository, default tonapari
GH_DOCS_REPO
- docs repository, default todocs
GH_TOKEN
token to authorize with github. Need to be provided by user.
This tool generates release notes for a new release. It uses github API to get list of merged PRs tagged with given milestone since last release. Uses name_correction.yml
to provide proper user name in the release notes.
This tools analyses list of PR already merged into provided branch and try to cherry pick missed one from the main branch. When the merge conflict happens, then it calls git mergetool
to allow user resolve it. After resolving the conflict, the tool will continue cherry picking.
This is tool for cherry pick commits form docs repo to mian repo. May be useful in transition process. It uses patch files so may need more manual intervention than cherry pick between branches.
It requires that sorce repo does not use lfs
and target repo disable lfs
for the duration of the process.
Check if all contributors to a given release are cited in the CITATION.cff file. Uses name_correction.yml
for support user that have different name in github and in CITATION.cff file.
Simple tool for sort authors in CITATION.cff file by family-names
field.
Find issues with bug label and given milestone.
Filter PR that satisfy given set of conditions. For simplify triage process.
List opened PRs with given milestone.
Generate content for issue to trace progress of release.