[Chore] Record Roomote 0.45.1 on develop after production hotfix - #1841
Merged
Conversation
Contributor
roomote-roomote
Bot
requested review from
brunobergher,
daniel-lxs and
mrubens
as code owners
August 29, 2026 15:13
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Records product version 0.45.1 and the matching Notion hotfix changelog section on
developafter the direct-mainproduction hotfix.This PR changes only
package.jsonandCHANGELOG.md. The Notion implementation from #1825 is already present ondevelop, and develop's unrelated pending changesets remain untouched.Why this change was made
The production hotfix increments
mainfrom 0.45.0 to 0.45.1. Recording the same version and release notes ondevelopprevents the next normal release from trying to reuse thev0.45.1tag.Merge and tag instructions
mainwith a merge commit. Do not squash or rebase it.v0.45.1exists.v0.45.1exists, squash-merge this companion PR intodevelop.developpush at version 0.45.1 can make the Release workflow freeze the full develop tip asrelease/v0.45.1and open an incorrect production Promote PR.Once the tag exists, the Release workflow sees
v0.45.1and exits without creating a candidate, which is the intended direct-main hotfix behavior.Validation
origin/developis exactlypackage.jsonandCHANGELOG.mdpackage.jsonandCHANGELOG.mdRisk and rollback
The only material risk is merge order: this companion must not land before
v0.45.1exists. If needed before merge, close this PR without affecting production. After merge, reverting this version-record commit would make develop's release lineage stale and should only be done together with an explicit release-plan correction.Related PRs