yext / edward

A tool for managing local microservice instances
http://engblog.yext.com/edward/
MIT License
171 stars 32 forks source link

Fix semantic version tag handling for updates #140

Closed theothertomelliott closed 7 years ago

theothertomelliott commented 7 years ago

Tags such as v1.8.5 should be detected and handled correctly when parsing update information.

Currently, only tags of the form x.y.z are supported.

theothertomelliott commented 7 years ago

Testing suggests this should work. Closing for now.