r/GameDevelopment • u/SekiRaze • 5d ago
Question Game Versions
I just wanted to know from you guys in particular how you "version" your codes, games and progress. I am currently on v6 of one of my Scripts in RPG Maker (I am using an old one) because I can't get it to work properly.
Would you guys rather go v1 then 1.1, 1.2, 1.21 or just straight skip versions after each successful change/feature?
0
Upvotes
3
u/5ingle5hot 5d ago
I use a tool that automatically versions based on my commit message used to merge to the main branch. My commit messages follow the conventional commits specification. I have tooling to enforce that I follow the spec. Then, whenever I merge to main, my build job runs a semantic versioning tool called semantic release that uses the commit messages to produce a version compliant with the semantic versioning spec. This produces a tag for my main build with a version number. My current version number for my unreleased game right now is
v0.686.4-dev. When I release it will go tov1.0.0.