Dykam / tabbychat

TabbyChat chat mod for Minecraft
16 stars 0 forks source link

Use commit number as revision? #37

Closed mattmess1221 closed 10 years ago

mattmess1221 commented 10 years ago

For instance, currently, the number of commits is 345, so we would use that as the revision.

Dykam commented 10 years ago

The problem is that rebases can make the number jump around.

mattmess1221 commented 10 years ago

I should reiterate. The actual version number will stay at 1.11.0 until we change it. That will be the release version. We would use the number of commits as the revision number in the litemod.json at the time of release.

If we don't do this now, we should do it if we ever get to use a CI server, but not likely.