We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf455c commit c930851Copy full SHA for c930851
src/main/java/org/scm4j/vcs/api/IVCS.java
@@ -50,4 +50,6 @@ public interface IVCS {
50
VCSTag createTag(String branchName, String tagName, String tagMessage) throws EVCSTagExists;
51
52
List<VCSTag> getTags();
53
+
54
+ VCSTag getLastTag();
55
}
0 commit comments