8 janvier 2026
finding the perfect version naming strategy
Version names are tiny release contracts: they should reflect change clearly without asking developers to think too much.
Synton
Synton is an Android release cockpit for small teams. Connect GitHub and Google Play, get versioned builds and git-aware changelogs, then promote known releases across Play Store tracks.
Track dashboard
app.synton.demo
Latest known build
Version policy
feat: minor bump
Generated notes
4 commits since beta
Play sync
2 min ago
Google Play tracks
Internal
v1.8.4code 184
Alpha
v1.8.3code 183
Beta
v1.8.2code 182
Production
v1.8.1code 181
Internal
v1.8.4
code 184
Alpha
v1.8.3
code 183
Beta
v1.8.2
code 182
Production
v1.8.1
code 181
Promote v1.8.2 to production
Uses the existing Google Play version code, then syncs the track state back into Synton.
Your build may come from CI, but the release truth lives across commits, version codes, generated notes, Google Play tracks, and the occasional manual promotion. Synton keeps that trail readable.
Ask the API for the next Android version and get a predictable version name, version code, commits, and notes.
Sync internal, alpha, beta, and production tracks so Synton reflects what is actually active in Google Play.
Promote a known version code from Synton, then reconcile Google Play back into the release trail.
What Synton actually does
Synton does not replace your Android build system. It keeps the release metadata that usually gets lost around it: version decisions, commit ranges, generated notes, Play Store tracks, and promotion history.
01
Send Synton the current commit, branch, and Android package name. Synton compares it with the previous known version, reads the commit logs, applies your version bump policy, and returns the next Android version name. For example: fix: bumps the patch, feat: bumps the minor, and breaking changes bump the major.
02
Each generated version stays linked to the source commit, bump type, changelog, and app configuration. It becomes a known build that can later be matched with Google Play state.
03
Synton syncs Play tracks from Google Play, stores the current track state, and reconciles local releases when it observes a version code that matches a known build.
04
When you promote from Synton, it updates the target Play track with an existing version code, commits the Google Play edit, and immediately syncs the track state back.
Coming next
The version service is the first brick. The next useful pieces are the ones that make publishing easier to understand: release notes and track movement.
Compile the commit logs since the last release on the same Play track, then help draft a clearer release note. A later version can use AI to turn technical commits into more human text.
Show where each version currently lives across internal, alpha, beta, and production, with arrows for promotion paths and sync state when Google Play changes outside Synton.
8 janvier 2026
Version names are tiny release contracts: they should reflect change clearly without asking developers to think too much.
1 janvier 2026
Naming a developer tool is never just branding — it is deciding what the product promises in a single word.
27 décembre 2025
Why Android releases still feel fragmented, and why Synton starts by tightening the path from commit to Play Store.