Skip to content

Release 14.8.0 into trunk#744

Merged
mokagio merged 2 commits into
trunkfrom
release/14.8.0
Jun 26, 2026
Merged

Release 14.8.0 into trunk#744
mokagio merged 2 commits into
trunkfrom
release/14.8.0

Conversation

@oguzkocer

Copy link
Copy Markdown
Contributor

Releasing new version 14.8.0.

What's Next

PR Author: Be sure to create and publish a GitHub Release pointing to trunk once this PR gets merged,
copy/pasting the following text as the GitHub Release's description:

### New Features

- Added `find_or_create_pull_request` action and `GithubHelper#find_pull_request`: returns the URL of the open Pull Request for a head branch, creating one only if none exists yet. Useful for "rolling" automations (e.g. a daily translations or dependency-update job) that force-push the same head branch on every run. [#733]
- Added `ContinuousBuildCodeFormatter`, which derives an Android Play Store `versionCode` for a "continuous trunk" release model as `(major * 10 + minor) * 10^build_digits + build_number` (default `build_digits: 6`). It encodes a high-cardinality, monotonically increasing build number (e.g. a Buildkite build number) that `DerivedBuildCodeFormatter` cannot hold, validates that `minor <= 9`, and guards against exceeding the Play Store's maximum `versionCode`. [#735]


@oguzkocer oguzkocer requested a review from a team as a code owner June 25, 2026 18:46
@oguzkocer oguzkocer requested a review from a team June 25, 2026 18:59
@mokagio

mokagio commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Taking this over. Thanks for your work @oguzkocer !

@mokagio mokagio enabled auto-merge June 26, 2026 00:21
Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
Co-authored-by: Gio Lodi <giovanni.lodi42@gmail.com>
@mokagio mokagio merged commit 380f640 into trunk Jun 26, 2026
6 checks passed
@mokagio mokagio deleted the release/14.8.0 branch June 26, 2026 00:25
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.

2 participants