-
Notifications
You must be signed in to change notification settings - Fork 674
semantic versioning #110
Comments
Thanks rade, for moving this request forward. As a way to get you going on the implementation of this requested feature, See specifically: These two files implement the architecture I had suggested in #109, Hope this permits you to quickly deliver so that I can enable upgrade/downgrade Thanks again. |
Also, at the risk of stating the obvious, I would urge that the versions |
A wrinkle I at first missed of the semantic versioning standard published at semver.org is the no-leading zero's rule. In the code above, I depend on the user to set the major and minor versions (with git tag) and let this script set the patch version (using git describe --tags). Next iteration, I will add a check for the leading zero rule and abort the |
I think this can be close as #263 has landed. |
Closed by #263. |
Currently (as of #10) the weave router container versioning uses the github revision. In #33 we plan to introduce versioning of the weave script. And #34 covers compatibility checking between the two. It's hard to see how we can do the latter w/o semantic versioning. And, more generally, semantic versioning is useful to our users. See, e.g. #109.
The text was updated successfully, but these errors were encountered: