Continuous Integration (2)

Your Git Repository is Your Deployment Boundary
22 May 2016 ยท 2 minutes read

In this short post, I will try to explain why I think that your Git repository should be your deployment boundary.

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.