chore: release main#2046
Closed
app-o11y-kwl-ci[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
3 tasks
codecapitano
added a commit
that referenced
this pull request
May 8, 2026
… release PR Release-please was configured per-package, producing six separate CHANGELOG.md files and bumping cross-package dep ranges in package.json without updating yarn.lock. CI on the release PR (#2046) failed at `yarn install --frozen-lockfile` because the resolution would change. The lerna publish step also relied on per-package `<name>@<version>` tags from `lerna version`, which release-please no longer produces. - release-please-config.json: collapse to a single root "." package that owns the root CHANGELOG.md and a single `v<version>` tag. Use `extra-files` to bump every subpackage version field plus all internal `@grafana/faro-*` dep ranges in lockstep. - .release-please-manifest.json: collapse to a single root entry, since all packages release as one unit at the same version. - .github/workflows/release-please.yml: after release-please opens or updates its PR, check out that branch and run `yarn install --mode update-lockfile`, then commit and push the refreshed yarn.lock so CI passes. - .github/workflows/release.yml: switch `lerna publish from-git` to `from-package`, which reads versions from package.json instead of expecting per-package tags. Aligns with the single-tag release-please model.
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.
Faro Web SDK Release - ${version}
2.6.0
2.6.0 (2026-05-08)
Features
Bug Fixes
2.6.0
2.6.0 (2026-05-08)
Features
recordAfteroption in@grafana/faro-instrumentation-replay(#1886) (4488022)Dependencies
2.6.0
2.6.0 (2026-05-08)
Features
Bug Fixes
Dependencies
2.6.0
2.6.0 (2026-05-08)
Features
Bug Fixes
Dependencies
2.6.0
2.6.0 (2026-05-08)
Features
httpHosttofaro.performance.resourceevents (#2014) (517d26f)Bug Fixes
Dependencies
2.6.0
2.6.0 (2026-05-08)
Features
Bug Fixes
Dependencies
This PR was generated with Release Please. See documentation.