Profile picture of Colin Yates

Colin Yates

Random thoughts from a random guy

`© Colin Yates $2025`
Home References Tags Source RSS My CV

[ci] posts

Git tagging your builds automatically

I need to write a much longer post to explain my thoughts on 'versioning' and what constitutes a release with today's trends of continuous integration, but for now, a simple tip. I wanted a way to distinguish each build, not each release but each build. There is one excellent source of truth for that which is your git repository. Wouldn't i ...
2016-09-28
#ci #circleci #clojure #dev #lein #tip