Skip to content

itk-dev/gh-itkdev

Repository files navigation

gh-itkdev

GitHub CLI extension for ITK Development.

Installation

gh extension install rimi-itk/gh-itkdev

Note: This may not (yet) work (cf. https://github.com/rimi-itk/gh-itkdev/actions/workflows/release.yml) and you may have to install from source.

Installing from source

Assuming Go is installed, you can install from source by running

git clone https://github.com/rimi-itk/gh-itkdev /tmp/gh-itkdev
cd /tmp/gh-itkdev
task build
gh extension install .

Usage

changelog

Manage changelog based on keep a changelog:

gh itkdev changelog --help

Create changelog:

gh itkdev changelog --create

Update changelog for a pull request:

gh itkdev changelog --fucking-changelog

Update changelog for a release («tag»):

gh itkdev changelog --release «tag»

Development

task --list-all