simonbaird / mGSD

The TiddlyWiki powered GTD system formerly known as MonkeyGTD
http://mgsd.tiddlyspot.com/
68 stars 19 forks source link

Figure out (yet another) version numbering system #2

Closed simonbaird closed 15 years ago

simonbaird commented 15 years ago

Git doesn't have revision numbers

damo commented 15 years ago

Just put version numbers in the branch names or tags. The choice would depend on how you intend to maintain older versions. For example, you could create a "b_v3" branch and just tag each minor version with "t_v3.1", "t_v3.2", etc. If you wanted to support maintenance of 3.1, you could create a maintenance branch "b_v3.1" from the version tag and then tag changes on that branch with "t_v3.1.1", "t_v3.1.2", etc.

simonbaird commented 15 years ago

Well I'm doing a manual version number now, starting at 3.1.0. And using tags. So hopefully things will work out okay. Closing.

simonbaird commented 15 years ago

Really closing.