feat: Integrates precedence with command-line options, needs documentation.
All checks were successful
CI / Ubuntu (push) Successful in 2m31s
All checks were successful
CI / Ubuntu (push) Successful in 2m31s
This commit is contained in:
@@ -95,6 +95,11 @@ extension CurrentVersionContainer where Version == String {
|
||||
|
||||
extension CurrentVersionContainer where Version == SemVar {
|
||||
|
||||
// var preferredSemvar: SemVar? {
|
||||
// switch precedence {
|
||||
// }
|
||||
// }
|
||||
|
||||
// TODO: Update to use precedence and not fetch `nextVersion` if we loaded a file version.
|
||||
static func load(semvar: Configuration.SemVar, gitDirectory: String?, url: URL) async throws -> Self {
|
||||
@Dependency(\.fileClient) var fileClient
|
||||
|
||||
Reference in New Issue
Block a user