This commit is contained in:
2023-03-15 09:46:51 -04:00
parent 3dc5d8f524
commit 8ebfa1975a
13 changed files with 194 additions and 140 deletions

View File

@@ -39,7 +39,7 @@ extension GitVersionCommand {
let currentVersion = try gitVersion.currentVersion(in: gitDirectory)
let fileContents = template
let fileContents = optionalTemplate
.replacingOccurrences(of: "nil", with: "\"\(currentVersion)\"")
if !shared.dryRun {