Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leofeyer/gh-changelog

A GitHub CLI extension to to generate a changelog.
https://github.com/leofeyer/gh-changelog

gh-extension

Last synced: 18 days ago
JSON representation

A GitHub CLI extension to to generate a changelog.

Awesome Lists containing this project

README

        

## `gh changelog`

`gh changelog` is a GitHub CLI extension to generate a changelog from the pull
requests of a milestone.

## Installation

Make sure you have `gh` and `git` installed. Then run:

```bash
$ gh extension install leofeyer/gh-changelog
```

## Usage

```bash
$ gh changelog 1.2
```

You can optionally specify a version number for unreleased changes:

```bash
$ gh changelog 1.2 1.2.6
```