Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/leofeyer/gh-changelog
- Owner: leofeyer
- Created: 2023-01-20T09:27:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T12:44:45.000Z (over 1 year ago)
- Last Synced: 2024-12-20T23:52:04.781Z (18 days ago)
- Topics: gh-extension
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```