class Build::Github

Defined in:

build/github.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(repo : String) #

[View source]

Instance Method Detail

def fetch_release(version : String) : JSON::Any #

[View source]
def fetch_releases : JSON::Any #

[View source]
def versions : Array(String) #

Get a date sorted (most recent first) list of release tags


[View source]