DEV Community

Anand Kadhir
Anand Kadhir

Posted on

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

Top comments (0)