Tagged Questions
2
votes
1answer
377 views
How to automatically generate build numbers for a Python GitHub project?
What's the best way to automatically generate or increment version numbers for a (python) project that's on GitHub?
In the past I've always manually incremented the versions number manually via the ...