Skip to content

CI: tag releases by app version, not run number#3

Merged
useruserdev merged 1 commit into
mainfrom
release-version-tag
Jun 3, 2026
Merged

CI: tag releases by app version, not run number#3
useruserdev merged 1 commit into
mainfrom
release-version-tag

Conversation

@useruserdev
Copy link
Copy Markdown
Owner

Derive the release tag and .ipa filename from the built app's CFBundleShortVersionString (= MARKETING_VERSION) instead of github.run_number.

Result: the release tag matches the in-app version — next release on main will be v1.0.2 instead of v1.0.x.

Note: if a future push to main doesn't bump MARKETING_VERSION, the existing tag/release for that version is updated in place (softprops/action-gh-release default).

Derive the release tag and .ipa name from the built app's CFBundleShortVersionString (i.e. MARKETING_VERSION) instead of github.run_number, so the release tag matches the in-app version (e.g. v1.0.2).
@useruserdev useruserdev merged commit 77ff0fe into main Jun 3, 2026
3 checks passed
@useruserdev useruserdev deleted the release-version-tag branch June 3, 2026 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant