Tagged Questions
3
votes
3answers
213 views
GitHub OS project how to have a good version and a work in progress version
I have started my own OS application, I am hosting it on GitHub. My problem is that I push changes to the repository from more than one location so sometimes I want to work on it and sometimes I can't ...
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 ...