Files
swift-bump-version/.bump-version.json
2024-12-27 16:42:48 -05:00

17 lines
242 B
JSON

{
"strategy" : {
"semvar" : {
"allowPreRelease" : true,
"strategy" : {
"gitTag" : {
"exactMatch" : false
}
}
}
},
"target" : {
"module" : {
"name" : "BumpVersion"
}
}
}