You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ _None_
14
14
15
15
### Bug Fixes
16
16
17
-
_None_
17
+
- 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]
UI.user_error!('You must provide a non-empty value for either `next_version` or `new_version`')ifparams[:next_version].to_s.strip.empty? && params[:new_version].to_s.strip.empty?
UI.user_error!('You must provide a non-empty value for either `next_version` or `new_version`')ifparams[:next_version].to_s.strip.empty? && params[:new_version].to_s.strip.empty?
0 commit comments