Skip to content

fix: add missing plugins to release-it bumper#23

Merged
steve-calvert-glean merged 1 commit intomainfrom
fix/release-it-bumper-coverage
Feb 23, 2026
Merged

fix: add missing plugins to release-it bumper#23
steve-calvert-glean merged 1 commit intomainfrom
fix/release-it-bumper-coverage

Conversation

@steve-calvert-glean
Copy link
Copy Markdown
Contributor

Summary

  • glean-dev-docs, glean-skills, glean-productivity, and glean-project were missing from the @release-it/bumper out array
  • Without this fix, their versions would silently drift behind the marketplace version on every release
  • Bumper now covers all 10 plugins (12 entries total including package.json and marketplace.json)

Test Plan

  • Verify bumper has 12 entries: node -e "const c=JSON.parse(require('fs').readFileSync('.release-it.json','utf8')); console.log(c.plugins['@release-it/bumper'].out.length)"

@steve-calvert-glean steve-calvert-glean requested a review from a team as a code owner February 23, 2026 00:54
@steve-calvert-glean steve-calvert-glean added the bug Something isn't working label Feb 23, 2026
@steve-calvert-glean steve-calvert-glean merged commit dbc5393 into main Feb 23, 2026
1 check passed
@steve-calvert-glean steve-calvert-glean deleted the fix/release-it-bumper-coverage branch February 23, 2026 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants