release icon indicating copy to clipboard operation
release copied to clipboard

`release list` for showing the changelog in the terminal

Open leo opened this issue 7 years ago • 0 comments

This command should show the list of all releases for the current repository + their respective release messages and tags.

To minimize the data we need to pull from the GitHub API, we should lazy-load the releases. Only one should be shown at a time and if you want to see the next one, you can hit a key.

Could also accept an amount for releases to show on the first print: release list 5 (shows 5 releases before you need to hit a key).

leo avatar Mar 22 '17 19:03 leo