Skip to content

pycontribs/gh-pre

Repository files navigation

gh-pre

An experimental tool that helps with Project Release Engineering, focused on repository clusters (groups of repositories that need to be released in particular order).

gh extension install pycontribs/gh-pre

Configuration

To use the tool you need to configure the list of repositories it needs to check on each run:

# ~/pre.yml
repos:
  - ansible/ansible-compat
  - ansible/ansible-lint
  - ansible/ansible-navigator
  - ansible/ansible-creator
  - ansible/molecule
  - ansible/tox-ansible
  - ansible/pytest-ansible
  - ansible/ansible-development-environment
  - ansible/ansible-dev-tools
  - ansible/creator-ee

This will tell it which repositories to check for draft releases.

Usage

gh pre

It can also be installed and executed as a Python package:

pip install gh-pre
pre

About

gh cli extension to help with project maintenance tasks such preparing releases.

Resources

License

Stars

Watchers

Forks

Packages

No packages published