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

Add version tags to the repository #126

Open
JustAnotherArchivist opened this issue Jan 1, 2021 · 2 comments
Open

Add version tags to the repository #126

JustAnotherArchivist opened this issue Jan 1, 2021 · 2 comments

Comments

@JustAnotherArchivist
Copy link
Contributor

While trying to figure out which version of warcio first included some functionality (for specifying a minimum dependency version), I realised that this repository unfortunately has no version tags. It's therefore not easily possible to determine which version first contained a particular commit, which is usually done with git tag --contains COMMITID (and also displayed on the web interface on most Git hosting platforms). It also appears that the version bump in setup.py does not always coincide with the actual release, so that's not a reliable way to check either.

Would you consider retroactively adding tags for the releases, ideally back to version 1.0?

@wumpus
Copy link
Collaborator

wumpus commented Jan 19, 2021

I am for it, but it would require some sleuthing. Have you already made a list of the ids? Looks like it would require a bit of looking around, perhaps with a good ole' git log -p . > everything-ever.txt

@JustAnotherArchivist
Copy link
Contributor Author

Yeah, it definitely would. Possibly some comparisons to the tars on PyPI as well.
I haven't done anything regarding this so far.

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

2 participants