@wisdomgarden/mobile-assets
v0.0.69
Published
host mobile assets
Keywords
Readme
Update assets flow
Update version info
I. Sync version file files
- In Project mobile-assistant, prepare the preliminary work according to readme.md.
- You should clone mobile-assistant into the same directory as the current project.
- use
bash ./scripts/sync_version_files.shto sync latest file
II. upgrade package mobile-assets version
- ues
git diffto check the changed files - then commit all files
git commit -m "update version file" node scripts/upgrade_version.jsincrease current project version number and add new taggit push && git push --tagspush to GitHub, and Github Action publish it to npm @wisdomgarden/mobile-assets
III. refresh cdn
- after about 10 minutes, check jsDeliver package data util latest tag is same as package.json.version then
bash scripts/refresh_cdn.shrefresh json file cdn cache - preview release note. local use live server
./preview-release.htmlor Online from GitHub Pages
if update other file, edit refresh_cdn.sh, then run bash scripts/refresh_cdn.sh refresh it.
Update privacy policy
bash scripts/sync_privacy_files.sh- goto II. upgrade package
mobile-assetsversion to continue
