SemVer (2)

Versioning Software Builds Based on Git Tags and Semantic Versioning (SemVer)
16 April 2016 ยท 7 minutes read

I have been using a technique to set the build version on my CI (continuous integration) system, Travis CI, based on Git tags and semantic versioning (SemVer). In this post, I want to share this with you and give you an implementation of that in Bash.

node-semver: CLI Tool for Semantic Versioning 2.0.0
14 April 2016 ยท 2 minutes read

In this post, I want to tell you about node-semver, a SemVer 2.0.0 parser command-line tool and a node.js library (the one that npm uses).