utopia-rise / godot-kotlin-native

Kotlin bindings for Godot Engine
MIT License
290 stars 16 forks source link

Fix versioning of dev builds #214

Closed raniejade closed 4 years ago

raniejade commented 4 years ago

Versioning will be x.y.z-gx.gy-<commit> for dev builds, if the current commit is tagged then that implies a release, so versioning will be x.y.z-gx.gy. Note that x.y.zandgx.gy` (Godot major version) are hard coded.