module RenovateConfigAsdf::ReleaseManager
Defined in:
renovate_config_asdf/release_manager.crClass Method Summary
- .release(version : String) : Void
-
.releasing_json(origin : String, version : String) : String
DEPRECATED We don't need this since always having merged default.json.
-
.replace_json(path : String, version : String) : Void
DEPRECATED We don't need this since always having merged default.json.
- .replaced_readme(origin : String, version : String) : String
- .update_readme(path : String, version : String) : Void
- .version?(version : String) : Bool
Class Method Detail
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
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