X2CommunityCore / xcom2-launcher

The Alternative Mod Launcher (AML) is a replacement for the default game launchers from XCOM 2 and XCOM Chimera Squad.
GNU General Public License v3.0
348 stars 51 forks source link

Issue#145 - Implemented semantic versioning #174

Closed RevZero closed 4 years ago

RevZero commented 4 years ago

Implemented semantic versioning according to https://semver.org. Resolves #145

This allows us to use pre-release tags for release cycles like 1.4.0-alpha, 1.4.0-beta, 1.4.0-beta.2 instead of having to increment the patch version each time.

See commit message for details.