struct Release::RevisionInfo

Included Modules

Defined in:

release.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(tag : Tag | Nil, commit : Commit) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def clone #

[View source]
def commit : Commit #

def copy_with(tag _tag = @tag, commit _commit = @commit) #

[View source]
def tag : Tag | Nil #