Files
swift-bump-version/.bump-version.json
Michael Housh 4420bd428a
Some checks failed
CI / Ubuntu (push) Has been cancelled
feat: Working on command-line documentation.
2024-12-27 14:51:55 -05:00

15 lines
232 B
JSON

{
"strategy" : {
"semvar" : {
"allowPreRelease" : true,
"strategy" : {
"command" : {
"arguments" : [
"my-command",
"--some-option"
]
}
}
}
}
}