Skip to content

Commit c930851

Browse files
committed
getLastTag() added
1 parent adf455c commit c930851

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/scm4j/vcs/api/IVCS.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,6 @@ public interface IVCS {
5050
VCSTag createTag(String branchName, String tagName, String tagMessage) throws EVCSTagExists;
5151

5252
List<VCSTag> getTags();
53+
54+
VCSTag getLastTag();
5355
}

0 commit comments

Comments
 (0)