1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
### TripleA Semantic Versioning
For simplicity using a 3 number versioning system, with the last number being a build number which is auto-incrementing.
``` release.compatability.build_number```
**Release** - A version number used by the TripleA team for version partitioning. Allows the team a manual way to
increase the 'major' version of the release, intended to partition versions and encourage users to update.
**Compatbility** - Incremented whenever backwards compatibility with previous version is lost
**Build** - Final build number is auto-generated by the build system.
* Last discussed in: https://github.com/triplea-game/triplea/issues/1739
|