Skip to content

fix(messenger-internal): pass base_url through to run() (#60)#66

Merged
anilanar merged 2 commits into
masterfrom
release-base-url-fix-v2
May 22, 2026
Merged

fix(messenger-internal): pass base_url through to run() (#60)#66
anilanar merged 2 commits into
masterfrom
release-base-url-fix-v2

Conversation

@anilanar
Copy link
Copy Markdown
Member

Summary

Ship the baseUrl fix that landed in 4c1b7dc (#60) on 2026-05-13. The original commit used a non-conventional internal: prefix, so release-please ignored it and the fix has been sitting on master unreleased.

We can't push an empty conventional-commit marker (GitHub's merge strategies drop empty commits — see closed PRs #64, #65). Instead, this PR has two non-empty commits with a net code change of zero:

  1. revert(messenger-internal): roll back #60 — un-applies the change
  2. fix(messenger-internal): pass base_url through to run() (#60) — re-applies the same change with a conventional message release-please understands

After rebase-merge, master gets both commits. release-please sees the fix: and proposes 3.3.1 → 3.3.2 (plus cascade patch on messenger to 2.0.2 via node-workspace).

⚠️ Merge instruction

Use "Rebase and merge" — not "Squash and merge". A squash would collapse the two commits and produce the same empty-diff problem as #64.

Test plan

  • CI green
  • Rebase-merged (verify master now has the two commits)
  • release-please opens a Release PR with 3.3.2 / 2.0.2 bumps

anilanar added 2 commits May 22, 2026 19:59
Companion to the next commit. PR #60's original commit (4c1b7dc) used
the non-conventional 'internal:' type prefix that release-please does
not recognize, so the fix has been sitting on master unreleased.

We can't just push an empty conventional-commit marker because
GitHub's merge strategies drop empty commits.

Workaround: revert here, re-apply with the right message in the next
commit. Net code change on master: zero.
Re-applies the change originally landed in 4c1b7dc (#60) on 2026-05-13
with a conventional-commit subject so release-please picks it up. The
previous commit on this branch reverts the change; this one re-applies
it. Net code change on master: zero. The diff is identical to
4c1b7dc's diff.

Original change: makes baseUrl available so the messenger bundle knows
which origin served its loader. Backwards compatible: baseUrl is
optional. Existing umm bundles ignore the new field; bundles that
read it fall back to their env-baked URL when older messenger-internal
omits it.
@anilanar anilanar merged commit 889d070 into master May 22, 2026
1 check passed
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.

1 participant