chore(release): match manifest component to plain tag scheme - #602
Merged
Conversation
|
Looks good - no bugs or correctness issues found. |
main's tags have always been component-less (v1.32.1, not albert-v1.32.1). package-name: albert implicitly set the expected component in manifest mode, which release-please now runs (#594) after config-file/manifest-file became the sole source of release-type/versioning-strategy. That mismatch made release-please reject every historical tag as an unknown component and fall back to a full-history diff (PR #596).
prasad-albert
force-pushed
the
fix/release-please-component-match
branch
from
July 8, 2026 04:49
e0def93 to
0c60ca9
Compare
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.
Summary
release-please-config.json's package.setspackage-name: albert, which implicitly names the manifest componentalbert.v1.32.1, neveralbert-v1.32.1).manifest-fileinput, config-file as sole source ofrelease-type/versioning-strategy). That run rejected every historical tag as an unrecognized component and fell back to diffing the entire repo history, producing PR chore(main): release albert 1.33.0 #596."component": ""overrides the implicit component to match the actual tag scheme, restores normal small-diff release PRs, and keepspackage-name(changelog naming) as-is.Test plan
release-please--branches--main--components--albert, re-trigger release-please onmain, confirm the new PR only contains the real unreleased commit(s).