feat: Pre-release prefix now works with git-tag straegy. Working on todo items.
All checks were successful
CI / Ubuntu (push) Successful in 2m12s

This commit is contained in:
2024-12-27 17:34:25 -05:00
parent a26d8695f5
commit f9710e5992
5 changed files with 141 additions and 109 deletions

View File

@@ -82,7 +82,7 @@ public extension Configuration {
public enum Strategy: Codable, Equatable, Sendable {
case branch(includeCommitSha: Bool = true)
case command(arguments: [String])
case command(arguments: [String], allowPrefix: Bool? = nil)
case gitTag
public var branch: Branch? {