-
Notifications
You must be signed in to change notification settings - Fork 153
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
Please create git tags for releases #91
Comments
And/or please also package tests to the distribution tarball. Many Linux (not only) distros try to run a test suite of packages to make sure that at least something on the package is working and they are not delivering to their users just useless turd. |
+1 |
gentle ping 😃 |
I am facing the same issue, e.g. I could only link these together:
Another good idea is not only about GIT tag, but also create a GitHub Release accordingly. For my daily use case I will enable notification for each repo with "Release", therefore I could create a new deb/rpm package for it within the next day, and provide bugfix PR to upstream ASAP ;-) [UPDATE] Well... bugfix PR to upstream comes for fixing 2.0.3 available for Python < 3.7... See #96 |
I suggest putting pypi release feeds in your feed reader, they're a great way to get updates on Python packages. Especially when upstreams forget to push tags. |
As a packager I have a more simple stupid solution:
This could also check if my packaging script really works, especially about the version number generated for .egg-info. Sometime I also run the target apps, eg |
Thanks, I didn't know about that one. As a bonus, it just made me discover some packages that put incorrect versions into dist-info. |
Gentle ping .. 😋 |
Hello! Thank you for this library I am using indirectly. |
We packagers find git tags very convenient for fetching release versions from GitHub. Could you please create and push tags corresponding to releases (or at least the most recent release)?
The text was updated successfully, but these errors were encountered: