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 per SemVer pre-release spec when on release branch #6

Closed mblomdahl closed 7 years ago

mblomdahl commented 7 years ago

When the current branch is of type release/, the build identifier should be set according to SemVer pre-release spec: http://semver.org/#spec-item-9

Format: "<upcoming_version>-rc.<build_number>"

E.g. "1.2.2-rc.3" for build number 3 on release/1.2.2 branch

Depends upon: