Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simplifies release retrieval using git tags #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nverno
Copy link
Member

@nverno nverno commented Apr 30, 2019

This is a simple alternative to retreive releases from the git mirror as the
previous list-all command seems to be broken. It seems better to avoid
sorting as well, since git tags will be chronological.

@vic
Copy link
Member

vic commented May 4, 2019

Hello, thanks for your PR! could you rebase on master and just confirm it works for you ? Thanks !

@nverno
Copy link
Member Author

nverno commented May 4, 2019

Hi, this was a simplified alternative to the pull request that was just merged. I don't know if you want to use curl + sorting or git tags?

@vic
Copy link
Member

vic commented May 5, 2019

Oh right, I guess using git tags is better. Please update this PR and I'll merge, just make sure the newest version is at the end of list-all output. IIRC, this line installs the last version in output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants