Dynamically Insert Version Info From git tag to Your App
· β 5 min read
Introduction Have you ever ran into a situation where you wanted to version your application, but doing
git tag and making a separate commit for updating version number was a two-step process?
Isn’t that kinda frustrating? You can even miss to update the version number in your code,
which happens to be with me a lot. In this post we’ll see how to convert this two-step process into one.
Contents: