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:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user