Relative Content

Tag Archive for versioning

Bump version number in commercial software development? [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago. Who is responsible for bumping version number in […]

Versioning APIs

Suppose that you have a large project supported by an API base. The project also ships a public API that end(ish) users can use.

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 always finish something in time but I would still like to push it anyway so I can fetch it later from my other location. I’d like to be able to somehow have a stable version and have the master branch be a ‘work in progress’.