Skip to content

ci: update package lockfile and docs with changesets release#2559

Merged
zimeg merged 1 commit intomainfrom
ci/update-lockfile-with-release
Apr 23, 2026
Merged

ci: update package lockfile and docs with changesets release#2559
zimeg merged 1 commit intomainfrom
ci/update-lockfile-with-release

Conversation

@zimeg
Copy link
Copy Markdown
Member

@zimeg zimeg commented Apr 23, 2026

Summary

  • Adds a version script that runs changeset version, npm install, and npm run docs so the release PR automatically includes lockfile and documentation updates
  • Updates the release workflow to use the new version script
  • Removes manual npm install / npm run docs instructions from the maintainers guide

Notes

This mirrors the release process found in bolt-js: slackapi/bolt-js#2882

Requirements

🤖 Generated with Claude Code

Co-Authored-By: Claude svc-devxp-claude@slack-corp.com

Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
@zimeg zimeg requested a review from a team as a code owner April 23, 2026 19:22
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 23, 2026

⚠️ No Changeset found

Latest commit: 23efb99

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@zimeg zimeg self-assigned this Apr 23, 2026
@zimeg zimeg added the github_actions Pull requests that update GitHub Actions code label Apr 23, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.41%. Comparing base (4a6f65f) to head (23efb99).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2559   +/-   ##
=======================================
  Coverage   87.41%   87.41%           
=======================================
  Files          62       62           
  Lines       10251    10251           
  Branches      415      415           
=======================================
  Hits         8961     8961           
  Misses       1269     1269           
  Partials       21       21           
Flag Coverage Δ
cli-hooks 87.41% <ø> (ø)
cli-test 87.41% <ø> (ø)
logger 87.41% <ø> (ø)
oauth 87.41% <ø> (ø)
socket-mode 87.41% <ø> (ø)
web-api 87.41% <ø> (ø)
webhook 87.41% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Member Author

@zimeg zimeg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🪬 A note of these scripts combined-

Comment thread package.json
"lint:fix": "npx @biomejs/biome check --write packages",
"test": "npm test --workspaces --if-present"
"test": "npm test --workspaces --if-present",
"version": "npm run changeset version && npm install && npm run docs"
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📣 note: We prefer this script alongside releasing in CI such that:

$ npm run version
  • Updates the CHANGELOG.md
  • Updates the lockfile
  • Updates the generated reference

@zimeg
Copy link
Copy Markdown
Member Author

zimeg commented Apr 23, 2026

🏁 Will merge this to match downstream projects processes! I'm most curious how generated reference appears alongside changes to dependencies in upcoming PRs.

@zimeg zimeg merged commit 2e0395b into main Apr 23, 2026
19 of 20 checks passed
@zimeg zimeg deleted the ci/update-lockfile-with-release branch April 23, 2026 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code semver:patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant