con un clic
Incrementum
Incrementum contiene 3 skills recopiladas de melpomenex, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Build the Incrementum Android APK and install it to a connected phone. Use whenever the user wants to build the APK, make an android build, send/install the app to their phone, or test on mobile. Covers setting up the Android SDK/NDK env vars, running the Tauri android build, locating the output APK, and installing via adb.
Cut a new Incrementum release. Use whenever the user wants to ship a new version, cut a release, publish a release, bump the version, tag a release, or says things like "release v1.x", "ship it", "publish the new version", or "make a new release". Covers staging cleanly, writing release notes, running scripts/release.cjs, and verifying the result.
Automates the entire project release workflow, including version bumping across package.json, Cargo.toml, and tauri.conf.json, appending to CHANGELOG.md, committing and tagging in git, pushing to remote, and creating a GitHub release draft.