module RenovateConfigAsdf::ReleaseManager

Defined in:

renovate_config_asdf/release_manager.cr

Class Method Summary

Class Method Detail

def self.release(version : String) : Void #

[View source]
def self.releasing_json(origin : String, version : String) : String #

DEPRECATED We don't need this since always having merged default.json. See https://github.com/kachick/renovate-config-asdf/pull/284


[View source]
def self.replace_json(path : String, version : String) : Void #

DEPRECATED We don't need this since always having merged default.json. See https://github.com/kachick/renovate-config-asdf/pull/284


[View source]
def self.replaced_readme(origin : String, version : String) : String #

[View source]
def self.update_readme(path : String, version : String) : Void #

[View source]
def self.version?(version : String) : Bool #

[View source]