refactor: simplify version extraction (#191) #192

Closed
jmiller wants to merge 0 commits from dev into main
Owner

Summary

  • Version string (e.g. 01.02.14-dev) is now read once from the manifest and flows through unchanged
  • Removes DISPLAY_VERSION / SUFFIX re-derivation from branch names in workflows
  • version_bump.php preserves suffix in moko manifest
  • version_read.php accepts suffix from moko manifest

Closes #191

Test plan

  • Verify version_bump.php preserves suffix (e.g. 01.02.03-dev ? 01.02.04-dev)
  • Verify version_read.php returns full version with suffix
  • Verify update-server workflow builds correct filenames without DISPLAY_VERSION
  • Verify pre-release workflow derives ZIP name from VERSION directly

?? Generated with Claude Code

## Summary - Version string (e.g. `01.02.14-dev`) is now read once from the manifest and flows through unchanged - Removes `DISPLAY_VERSION` / `SUFFIX` re-derivation from branch names in workflows - `version_bump.php` preserves suffix in moko manifest - `version_read.php` accepts suffix from moko manifest Closes #191 ## Test plan - [ ] Verify `version_bump.php` preserves suffix (e.g. `01.02.03-dev` ? `01.02.04-dev`) - [ ] Verify `version_read.php` returns full version with suffix - [ ] Verify update-server workflow builds correct filenames without DISPLAY_VERSION - [ ] Verify pre-release workflow derives ZIP name from VERSION directly ?? Generated with [Claude Code](https://claude.com/claude-code)
jmiller added 4 commits 2026-05-26 23:44:19 +00:00
chore: cascade main → dev [skip ci]
Version string (e.g. 01.02.14-dev) is now read once from the manifest
and flows through unchanged. Removes DISPLAY_VERSION/SUFFIX re-derivation
from branch names in workflows.

Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jmiller marked the pull request as ready for review 2026-05-26 23:46:16 +00:00
jmiller closed this pull request 2026-05-27 01:40:13 +00:00

Pull request closed

Please reopen this pull request to perform a merge.
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/moko-platform#192