Skip to content

Release 14.2.1 into trunk#707

Closed
iangmaia wants to merge 1 commit intotrunkfrom
release/14.2.1
Closed

Release 14.2.1 into trunk#707
iangmaia wants to merge 1 commit intotrunkfrom
release/14.2.1

Conversation

@iangmaia
Copy link
Copy Markdown
Contributor

Releasing new version 14.2.1.

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:

### Bug Fixes

- Added optional `next_version` parameter to `android_update_release_notes` and `ios_update_release_notes` actions, allowing callers to provide the next version directly instead of relying on the built-in calculator that assumes minor version caps at 9. This fixes incorrect version bumps (e.g., 8.9 → 9.0 instead of 8.10) for apps using semantic versioning. [#706]


@iangmaia iangmaia requested a review from AliSoftware March 30, 2026 18:39
@iangmaia iangmaia self-assigned this Mar 30, 2026
@iangmaia iangmaia added the Releases Release related stuff label Mar 30, 2026

### Bug Fixes

- Added optional `next_version` parameter to `android_update_release_notes` and `ios_update_release_notes` actions, allowing callers to provide the next version directly instead of relying on the built-in calculator that assumes minor version caps at 9. This fixes incorrect version bumps (e.g., 8.9 → 9.0 instead of 8.10) for apps using semantic versioning. [#706]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A bit pedantic of me, but while this is a bugfix (which is why it was considered being a patch semver bump)… in practice the fix for the bug consisted of adding a new parameter to the action and thus changing the API (even if in a backwards-compatible way), so IMHO that should be a minor version bump, not a patch for that reason.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haha, I thought exactly about it right after I ran rake new_version and wondered the same 😄 oh well. Let's do it properly.

@iangmaia
Copy link
Copy Markdown
Contributor Author

Closing in favor of a minor version bump (14.3.0) since the change adds a new parameter.

@iangmaia iangmaia closed this Mar 30, 2026
@iangmaia iangmaia deleted the release/14.2.1 branch March 30, 2026 19:04
@iangmaia
Copy link
Copy Markdown
Contributor Author

Moved to #708

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Releases Release related stuff

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants