September 2011
1 post
3 tags
Choosing a good version numbering policy
Well, starting an opensource project is always somewhat challenging… you have to find a good name, may be a great logo ad you have to choose a good version number policy.
First of all… let’s use a decent branching model.
The ‘master’ branch will be the one containing the code marked to be production ready in a given moment. ‘master’ must be always...