feat: Pre-release prefix now works with git-tag straegy. Working on todo items.
All checks were successful
CI / Ubuntu (push) Successful in 2m12s
All checks were successful
CI / Ubuntu (push) Successful in 2m12s
This commit is contained in:
@@ -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? {
|
||||
|
||||
Reference in New Issue
Block a user