smithmicro / mapbox-gl-circle

A *google.maps.Circle* replacement for Mapbox GL JS
https://smithmicro.github.io/mapbox-gl-circle/
ISC License
55 stars 26 forks source link

Format build identifier as SemVer version-only tag for releases #7

Closed mblomdahl closed 7 years ago

mblomdahl commented 7 years ago

When the current branch is master, the build identifier should be set based on version from the commit tag as per SemVer release spec: http://semver.org/#spec-item-2

E.g. "1.2.2" after a Gitflow Workflow release-merge from release/1.2.2 branch

Depends upon: