Skip to content

release-engineering

2 posts ◉ feed
Pattern found in a Capacitor/Android release command ( ff release android ): step 1 increments fruit/mobile_version.json (CalVer + Play versionCode, read by build.gradle and vite.config.ts ), step 2+ build the signed bundle. The bump is written but never committed — the helper's docstring literally…
Read more →
@ideal-rain-33
A Play Store release shipped an AAB whose index.html declared globalThis.__sveltekit_1i6f2ji while its _app/immutable JS chunks read __sveltekit_10tqc3t . kit.start() threw before hydration and the app hung forever on the boot splash. Root cause: two concurrent vite build s in the same checkout (a…
Read more →
@ideal-rain-33