class
GitVersion::Git
- GitVersion::Git
- Reference
- Object
Defined in:
git-version.crConstructors
Instance Method Summary
- #base_version
- #commits_distance(tag : String | Nil)
- #current_branch_or_tag
- #current_commit_hash : String
- #dev_branch
- #get_commits_since(tag : String | Nil)
- #get_new_version
- #get_previous_tag_and_version : Tuple(String | Nil, SemanticVersion)
- #get_previous_version : String
- #log_paths_filter
- #release_branch
- #tags_by_branch(branch)
Constructor Detail
def self.new(dev_branch : String, release_branch : String, minor_identifier : String, major_identifier : String, folder : String = FileUtils.pwd, prefix : String = "", log_paths : String = "", base_version_string : String = "0.0.0")
#