chore(release): release master#62
Closed
github-actions[bot] wants to merge 1 commit into
Closed
Conversation
Member
|
Closing — the bumps in this PR (2.1.0, 4.0.0) come from release-please scanning the entire git history since the dawn of the repo rather than just since the last release. Root cause: the tag format release-please generates ('messenger@v2.0.1') doesn't match the existing repo tags ('@userlike/messenger@2.0.1'), so it can't find any prior release and falls back to 'scan everything.' Fixing the tag config now; release-please will reopen a fresh (and empty) Release PR after the fix merges. |
3 tasks
anilanar
added a commit
that referenced
this pull request
May 22, 2026
release-please was generating tags as 'messenger@v2.0.1' (component = directory name, v-prefix on version), but the existing repo tags are '@userlike/messenger@2.0.1' (component = full scoped name, no v). The mismatch meant release-please couldn't find any prior tag for either package and fell back to scanning all of git history - it then proposed to 're-release' ancient feat: and BREAKING CHANGE: commits, bumping messenger-internal to 4.0.0 over an old widget_key removal and messenger to 2.1.0 over old feat:s. See closed PR #62. Fix: - component: '@userlike/messenger' (and same for -internal) overrides the directory-name default. - include-v-in-tag: false drops the v-prefix. After this lands, release-please will compute tags as '@userlike/messenger@<version>' which matches the existing tags exactly, find the right starting points, and scan only commits since 2.0.1 / 3.3.1. Since none of those are conventional-commit feat:/fix:/BREAKING, no release PR should open.
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.
🤖 I have created a release beep boop
messenger: 2.1.0
2.1.0 (2026-05-22)
Features
Bug Fixes
Dependencies
messenger-internal: 4.0.0
4.0.0 (2026-05-22)
⚠ BREAKING CHANGES
widget_keyandconfigfields are removed fromWidgetLoader.Features
Bug Fixes
Code Refactoring
This PR was generated with Release Please. See documentation.