asc-release-workflow

Installation
SKILL.md

App Release Workflow

How it works

The project keeps a release config at .asc/release.yml. Read it first to get platform schemes, version file paths, and locale list.

Workflow Steps

Step 1: Determine what to release

Ask the user (if not clear):

  • Which platform? (ios / macos / both)
  • New version number? (or just bump build number for same version)
  • What's New text? (in primary locale — you'll translate for others)

Step 2: Bump version

Read the release config to find version_file and version_pattern for the target platform. Also bump build_number_file.

Installs
39
First Seen
Mar 14, 2026
asc-release-workflow — tddworks/asc-cli-skills