ci: update package lockfile and docs with changesets release#2559
Conversation
Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
|
Codecov Report✅ All modified and coverable lines are covered by tests. 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
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
zimeg
left a comment
There was a problem hiding this comment.
🪬 A note of these scripts combined-
| "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" |
There was a problem hiding this comment.
📣 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
|
🏁 Will merge this to match downstream projects processes! I'm most curious how generated reference appears alongside changes to dependencies in upcoming PRs. |
Summary
versionscript that runschangeset version,npm install, andnpm run docsso the release PR automatically includes lockfile and documentation updatesversionscriptnpm install/npm run docsinstructions from the maintainers guideNotes
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