GitHub CLI extension for ITK Development.
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.
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 .
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»
task --list-all