kbhomes / ps2plus

MIT License
3 stars 1 forks source link

[firmware] Add better versioning scheme #13

Open kbhomes opened 2 years ago

kbhomes commented 2 years ago

Goals for a better versioning scheme:

Not sure what the best strategy is for making sure the versions in the application and in Git stay in sync. Maybe keep major/minor in code, and patch and metadata passed in from the environment. Patch number might be "number of commits since last tag", and tags will always be "\.\.0". This could be problematic if the commit history isn't linear -- need to think about that.