How to print tag name as the version number in web application?

kadhireshan

Anand Kadhir

Posted on November 25, 2019

How to print tag name as the version number in web application?

I am using SVN for version control. And for every release, we are taking a tag of the application and deploying through Jenkins.
I want to print the version number(which is the tag name) on the home page of my web application.
Can anyone please suggest me the way for printing version?
Version control: SVN
Backend: Spring boot
Front end: Angular
Building with: Maven and Jenkins

💖 💪 🙅 🚩
kadhireshan
Anand Kadhir

Posted on November 25, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related