@wisdomgarden/mobile-assets 0.0.21 → 0.0.22
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/package.json +1 -1
- package/version_update_android.json +5 -5
- package/version_update_ios.json +4 -4
package/README.md
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
1. ~~[HiPaCloud](https://hipacloud.com/apps/61246bbeb74fa7ca113500cb/tables/61357f137c852d44c4e9248d)~~[飞书多维表格](https://hipacloud.com/apps/61246bbeb74fa7ca113500cb/tables/61357f137c852d44c4e9248d) Create a new version record and improve the release notes.
|
7
7
|
2. `node scripts/update_app_version_md.js` update json file with hipa remote data, or edit it manually
|
8
|
-
3. check for errors then git commit
|
8
|
+
3. check for errors then git commit `git commit -m "update version file"`
|
9
9
|
4. `node scripts/upgrade_version.js` increase current project version number and add new tag
|
10
10
|
5. `git push && git push --tags` push to GitHub, and Github Action publish it to [npm @wisdomgarden/mobile-assets](https://www.npmjs.com/package/@wisdomgarden/mobile-assets)
|
11
11
|
6. after about 10 minutes, check [jsDeliver package data](https://data.jsdelivr.com/v1/package/npm/@wisdomgarden/mobile-assets) util latest tag is same as package.json.version then `bash scripts/refresh_cdn.sh` refresh json file cdn cache
|
package/package.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
|
-
"version": "2.2.
|
2
|
+
"version": "2.2.8",
|
3
3
|
"update_type": 1,
|
4
4
|
"allow_lowest_version": "2.2.3",
|
5
5
|
"app_store_url": "https://play.google.com/store/apps/details?id=com.wisdomgarden.trpc",
|
6
|
-
"app_store_url_cn": "https://mobile-download.tronclass.com.cn/mobile-2.0/app/android/app-release-2.2.
|
7
|
-
"release_note_en_us": "-
|
8
|
-
"release_note_zh_hans": "-
|
9
|
-
"release_note_zh_hant": "-
|
6
|
+
"app_store_url_cn": "https://mobile-download.tronclass.com.cn/mobile-2.0/app/android/app-release-2.2.8.apk",
|
7
|
+
"release_note_en_us": "- Fix bugs and improve system performance.",
|
8
|
+
"release_note_zh_hans": "- 已知问题修复和性能优化",
|
9
|
+
"release_note_zh_hant": "- 已知問題修復和性能優化"
|
10
10
|
}
|
package/version_update_ios.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
{
|
2
|
-
"version": "2.2.
|
2
|
+
"version": "2.2.8",
|
3
3
|
"update_type": 1,
|
4
4
|
"allow_lowest_version": "2.2.3",
|
5
5
|
"app_store_url": "https://apps.apple.com/app/scratch/id973028199",
|
6
|
-
"release_note_en_us": "-
|
7
|
-
"release_note_zh_hans": "-
|
8
|
-
"release_note_zh_hant": "-
|
6
|
+
"release_note_en_us": "- Fix bugs and improve system performance.",
|
7
|
+
"release_note_zh_hans": "- 已知问题修复和性能优化",
|
8
|
+
"release_note_zh_hant": "- 已知問題修復和性能優化"
|
9
9
|
}
|