Skip to content

build: set app version to 0.1.0#3

Open
Roasbeef wants to merge 1 commit into
v0.1.x-branchfrom
v0.1.0-version-bump
Open

build: set app version to 0.1.0#3
Roasbeef wants to merge 1 commit into
v0.1.x-branchfrom
v0.1.0-version-bump

Conversation

@Roasbeef

@Roasbeef Roasbeef commented Jul 8, 2026

Copy link
Copy Markdown
Member

Sets the app version to 0.1.0 on the v0.1.x-branch release branch for the
first public release:

  • Android versionName 1.00.1.0, versionCode 12
    (android/app/build.gradle.kts).
  • iOS MARKETING_VERSION 1.00.1.0, CURRENT_PROJECT_VERSION 12
    (ios/Sample/project.yml, the XcodeGen source of truth).

Note: the placeholder version was 1.0; this realigns it down to the
coordinated 0.1.0 across all repos.

Once merged, tag the merge commit:

./scripts/tag-release.sh v0.1.0 --branch v0.1.x-branch
git push origin v0.1.0

Base is v0.1.x-branch (not main). Depends on #2 (branching plumbing) landing
on main.

Set the Android versionName and iOS MARKETING_VERSION to 0.1.0 (and bump
versionCode/CURRENT_PROJECT_VERSION to 2) on the v0.1.x-branch release
branch for the first public release. This is the commit tagged v0.1.0;
scripts/tag-release.sh requires both native versions to match the tag.
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