feat: Working on bump version.

This commit is contained in:
2024-12-20 23:02:22 -05:00
parent 2ca83829e0
commit b7ac6ee9d1
6 changed files with 274 additions and 116 deletions

View File

@@ -119,7 +119,7 @@ private struct GitVersion {
shell: .env,
environment: nil,
in: workingDirectory ?? FileManager.default.currentDirectoryPath,
argument.arguments
argument.arguments.map(\.rawValue)
)
}
}