1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-12-21 05:04:04 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Add deleteVersion command and update localization for version deletion success and error messages; bump version to 2.6.0 in package.json.

This commit is contained in:
sunnylqm
2025-12-08 20:48:09 +08:00
parent 7259efbd7d
commit eb1468099b
5 changed files with 44 additions and 2 deletions

View File

@@ -173,6 +173,19 @@
}
}
},
"deleteVersion": {
"options": {
"platform": {
"hasValue": true
},
"versionId": {
"hasValue": true
},
"appId": {
"hasValue": true
}
}
},
"build": {
"description": "Bundle javascript and copy assets."
},