feat: Updates internal version container used to derive next version in cli-client.
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
import ConfigurationClient
|
||||
|
||||
enum CliClientError: Error {
|
||||
case gitDirectoryNotFound
|
||||
case fileExists(path: String)
|
||||
case fileDoesNotExist(path: String)
|
||||
case failedToParseVersionFile
|
||||
case semVarNotFound
|
||||
case semVarNotFound(message: String)
|
||||
case strategyNotFound(configuration: Configuration)
|
||||
case preReleaseParsingError(String)
|
||||
case versionStringNotFound
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user