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

@@ -189,7 +189,8 @@ the output is as the suffix.
"preRelease": {
"strategy": {
"command": {
"arguments": ["my-command", "--some-option", "foo"]
"arguments": ["my-command", "--some-option", "foo"],
"allowPrefix": true
}
}
}

View File

@@ -1,2 +1,2 @@
// Do not set this variable, it is set during the build process.
let VERSION: String? = "0.2.1"
let VERSION: String? = "0.2.0-rc-5-ga26d869"