You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pbr has the naming scheme version + commits since version. This can conflict for multiple branches. I also do not see the necessity to push every commit to pypi. I would limit it to the master branch. Most people will anyways only care for tagged releases.
The text was updated successfully, but these errors were encountered:
NOhs
added
bug
Something isn't working
CI
Everything related to build/test/deploy/analyse...
labels
Apr 15, 2018
This issue, so far, is specific to PR #23, where I also suggested a different tagging scheme in a comment. A commit-datetime tag is very unlikely to create collisions and gives the packages a chronological order. Do you think that would be sufficient?
I don't see a need for pushing so many non-working versions to PyPi, it seems kind of not in the spirit of the PyPi system if everybody just pushes every possible commit to it. I mean, it is not meant as a back-up system of your commit history :D. I mean development release are fine, but not every commit?
The non-working versions are of course not useful, but in general providing a develop version (and also also of feature branches) seems sensible to me.
pbr has the naming scheme version + commits since version. This can conflict for multiple branches. I also do not see the necessity to push every commit to pypi. I would limit it to the master branch. Most people will anyways only care for tagged releases.
The text was updated successfully, but these errors were encountered: