Closed PlagueCZ closed 4 months ago
Instead of manually calling git describe --tags in multiple places, there is a script that does it, so any changes are now centralized.
git describe --tags
The script only takes the version suffix from git, i.e. everything after the last /
/
Instead of manually calling
git describe --tags
in multiple places, there is a script that does it, so any changes are now centralized.The script only takes the version suffix from git, i.e. everything after the last
/