Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Get the latest tag

Would the DescribeCommand help? This is typically used in git to find the most relevant annotated tag for building a release version string. It depends what you want to do with the tag, I suppose. I typically script:

 

git describe --long --first-parent --dirty=.dirty

 

when deploying.

 

From: jgit-dev-bounces@xxxxxxxxxxx <jgit-dev-bounces@xxxxxxxxxxx> On Behalf Of Zgeras, Ioannis
Sent: February 21, 2019 8:57
To: jgit-dev@xxxxxxxxxxx
Subject: [jgit-dev] Get the latest tag

 

Hi,

 

is it possible with jgit to get the latest tag? I couldn’t find something.

Git.wrap(db). tagList() returns an unsorted list.

 

Thanks in advance.


Back to the top