Clone this repo:

Branches

  1. f2380f0 Update gitignore with PyCharm project and slash prefix by Marco Miller · 3 years, 5 months ago master
  2. 373cb45 Handle RC releases in announcement generator by David Pursehouse · 3 years, 11 months ago
  3. af535eb Update dependencies by David Pursehouse · 4 years ago
  4. 0e75051 Add explicit dependency on black formatter tool by David Pursehouse · 4 years, 5 months ago
  5. 05da2bf Update dependencies by David Pursehouse · 4 years, 5 months ago

Gerrit release tools

This repository contains tools to support Gerrit release management. The tools can be used standalone, independent of the gerrit branch checked out.

Prerequisites

It is assumed that pip and pipenv are installed.

Installation

Installation is as simple as cloning the repository:

  git clone https://gerrit.googlesource.com/gerrit-release-tools

and then installing the dependencies with pipenv:

  cd gerrit-release-tools
  pipenv install

Usage

To use the tools the environment must be activated:

  pipenv shell

Refer to the individual tools' help for further details.