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
fix(Android): Pass changelog versions through environment (#12905) fbdbfc95f6
# Description
Fix the Android maintenance release workflow failing before the version bump. `release-it` renders `git.changelog` before its `latestVersion` and `version` template variables are available, causing the release to exit before creating a commit or tag.
# Details
- Pass the validated current and target versions to `release-it` as environment variables
- Use `CURRENT_VERSION` to anchor pre-bump release notes to the selected release line
- Use `TARGET_VERSION` to assign the post-bump changelog entry to the new release
- Update the release documentation to describe the corrected version lifecycle
- Validate the fix against the locked `release-it` 19.0.3 dependency in dry-run mode; it now passes the template-rendering stage
Co-authored-by: Erik <erik@rive.app>
0 commit comments