Renamed to cli version.

This commit is contained in:
2023-03-15 12:44:52 -04:00
parent 8ebfa1975a
commit 742546ec08
21 changed files with 197 additions and 56 deletions

View File

@@ -13,7 +13,7 @@ struct GenerateVersionBuildPlugin: BuildToolPlugin {
.removingLastComponent()
.removingLastComponent()
let tool = try context.tool(named: "git-version")
let tool = try context.tool(named: "cli-version")
let outputPath = context.pluginWorkDirectory
let outputFile = outputPath.appending("Version.swift")