Release - NowStack Mobile

SkillDev tools

Cut a NowStack Mobile release. Bump version, generate changelog, and promote existing TestFlight/Play internal builds to production. Does not rebuild.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Release - NowStack Mobile skill

What this skill tells your AI

The instructions your AI receives, as published by melvynx/saveit.now in .agents/skills/ns-release/SKILL.md and read by ahel’s review.

Ship the version that's already on TestFlight (iOS) and the Play internal track (Android) to production — with a real changelog and a version bump. This skill does not build; it bumps the version, writes the changelog/release notes, and hands the existing beta builds to ns-ios-distribute and ns-android-distribute for the production submission. If there's no build on a testing track yet, run ns-ios-testflight / ns-android-beta first.

Native build numbers (iOS buildNumber, Android versionCode) are auto-incremented by EAS (mobile-app/eas.json > autoIncrement: true) — do NOT hand-edit them.

Show both to the user and let them edit before anything ships.

Commit the bump + changelog together:

git add mobile-app/app.config.ts mobile-app/package.json CHANGELOG.md
git commit -m "chore(release): vX.Y.Z"

These can run in parallel; report each platform's outcome separately.

<success_metrics>

  • New semver in app.config.ts + package.json, committed with the changelog and tagged vX.Y.Z.
  • CHANGELOG.md has a dated entry; store release notes written and approved.
  • Each requested platform's existing beta build is promoted to production (no rebuild), each confirmed by the user. </success_metrics>

Signals

GitHub stars
31
Forks
5
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
ns-release
Source
github.com/melvynx/saveit.now