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

Make release tag #8

Closed
msikma opened this issue Oct 4, 2015 · 3 comments
Closed

Make release tag #8

msikma opened this issue Oct 4, 2015 · 3 comments

Comments

@msikma
Copy link

msikma commented Oct 4, 2015

I'm doing some C code experiments using this very nice argparse implementation. I wrote a small script that clones repositories so that it's easy to install third party code such as this. For that reason it'd be preferable for me if there was a tag. (Since you can clone tags/branches directly, something you can't do for commit hashes.) Right now it seems the code works quite fine, so maybe a 1.0.0 release is in order?

@aburgh
Copy link

aburgh commented Oct 4, 2015

Is the following an option for you? It will download a snapshot of the specified commit:

$ curl -o argparse.tar.gz --location https://github.com/cofyc/argparse/archive/e1277bf1e3f47663fad54f84ca723db7688630d4.tar.gz 

In this example, the commit is the latest commit in this project, but you can specify older commits so you can always reproduce a specific build. You can change the extension to get different archive formats, like bz2 or zip.

@cofyc
Copy link
Owner

cofyc commented Oct 5, 2015

Hi,

Thank you for reminding this. This library is stable enough, 1.0.0 is released now!

@msikma
Copy link
Author

msikma commented Oct 5, 2015

Thanks so much! Also to @aburgh for the alternate suggestion. 👍

@msikma msikma closed this as completed Oct 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants