fairmanager-cordova-plugin-localization-strings
Version:
Cordova Plugin for handling localization strings on InfoPlist.strings and Localizable.strings on iOS, strings.xml on Android
45 lines (44 loc) • 618 B
JSON
{
"patch": {
"tasks": [
{
"name": "Bump version",
"command": "bump",
"args": [
"--cordova",
"--patch",
"--no-commit"
],
"comment": "[TASK] Bump version"
}
]
},
"minor": {
"tasks": [
{
"name": "Bump version",
"command": "bump",
"args": [
"--cordova",
"--minor",
"--no-commit"
],
"comment": "[TASK] Bump version"
}
]
},
"major": {
"tasks": [
{
"name": "Bump version",
"command": "bump",
"args": [
"--cordova",
"--major",
"--no-commit"
],
"comment": "[TASK] Bump version"
}
]
}
}