mirror of
https://github.com/docker/compose.git
synced 2025-11-02 12:44:39 +01:00
* release version : if tag `v0.1.2` is exactly on the built commit : `0.1.2` (strip v when displaying `docker version`) * dev version : if tag `v0.1.2` is 3 commits before, and we are on commit `xyz` : `0.1.2-3-xyz` * will only match tags starting with `v[0-9]`