Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up`release list` for showing the changelog in the terminal #79
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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).