public class GitVersionControlProvider extends VersionControlProviderImpl
| Constructor and Description |
|---|
GitVersionControlProvider(SemanticReleaseConfig config,
org.eclipse.jgit.api.Git git) |
| Modifier and Type | Method and Description |
|---|---|
Branch |
getCurrentBranch() |
Tag |
getLatestTag() |
List<RawCommit> |
getRawCommits() |
List<RawCommit> |
getRawCommitsSince(Version version) |
List<Tag> |
getTags() |
boolean |
hasUncommittedChanges() |
getCommitsSince, getFullVersion, getFullVersionWithoutDirty, getLatestVersion, getNextVersionpublic GitVersionControlProvider(SemanticReleaseConfig config, org.eclipse.jgit.api.Git git)
Copyright © 2021. All rights reserved.