If you're working on a new feature, create a new branch in your local repository. Ensure that the branch is named descriptively, reflecting the feature's purpose.\
Implement the new feature within this branch, making necessary code changes and additions.
Regularly commit your changes as you make progress.
Generate the Latest Build Tag from Jenkins
Once the PR is reviewed and approved, merge it into the "master" branch.
Goto Jenkins and trigger tag creation job to generate the latest tag.
Once a job is completed latest tag will be available in GitHub tag.
Get Latest Build Tag from GitHub
Access the GitHub repository.
Navigate to the "Tags" section of the repository.
Identify the latest build tag associated with the most recent release.
This tag typically represents a specific version or build of the project.