Skip to content

chore(metrics): trigger release - #576

Merged
kibertoad merged 1 commit into
mainfrom
chore/trigger-metrics-release
Sep 3, 2026
Merged

chore(metrics): trigger release#576
kibertoad merged 1 commit into
mainfrom
chore/trigger-metrics-release

Conversation

@kibertoad

@kibertoad kibertoad commented Sep 3, 2026

Copy link
Copy Markdown
Owner

The metrics package was skipped in the last release. The workflow bumped packages/metrics/package.json to 5.0.0, but 5.0.0 was already on npm from an earlier publish (2026-08-10), so the publish step saw the version as existing and skipped it.

Result: the @prometheus-io/client migration (#575) never reached npm. The published 5.0.0 still declares prom-client as a peer dependency, and latest points at 4.4.4.

This PR adds a trailing newline to packages/metrics/README.md so the paths filter in publish.yml puts metrics back into the release matrix.

Needs a version-bump label to actually publish. release-same-version would skip again, since 5.0.0 is taken.

https://claude.ai/code/session_01XJphWzj3io8FfcZSkLtLQL

Summary by CodeRabbit

  • Style
    • Added trailing whitespace to the metrics package README.

The metrics package was skipped in the last release: the workflow bumped
package.json to 5.0.0, but 5.0.0 was already on npm from an earlier
publish, so the publish step treated it as done. As a result the
@prometheus-io/client migration (#575) is not on npm, and the published
5.0.0 still declares a prom-client peer dependency.

Touching packages/metrics/README.md puts the package back into the
release matrix so it gets a fresh version.

Claude-Session: https://claude.ai/code/session_01XJphWzj3io8FfcZSkLtLQL
@kibertoad kibertoad added the major label Sep 3, 2026
@coderabbitai

coderabbitai Bot commented Sep 3, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Team

Run ID: e21319ae-f2a0-43d4-bdfa-cd6cba3ada0b

📥 Commits

Reviewing files that changed from the base of the PR and between 74f666e and 2b2b8a5.

📒 Files selected for processing (1)
  • packages/metrics/README.md

📝 Walkthrough

Walkthrough

The change adds trailing blank lines to packages/metrics/README.md. It does not change documentation content or exported entities.

Changes

Metrics README

Layer / File(s) Summary
README trailing blank lines
packages/metrics/README.md
Adds blank lines at the end of the README. No content changes occur.

Estimated code review effort: 1 (Trivial) | ~2 minutes

✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/trigger-metrics-release

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@kibertoad
kibertoad merged commit 9e13507 into main Sep 3, 2026
7 of 9 checks passed
@kibertoad
kibertoad deleted the chore/trigger-metrics-release branch September 3, 2026 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant