diff --git a/.github/maintainers_guide.md b/.github/maintainers_guide.md index c89be3480..03e589062 100644 --- a/.github/maintainers_guide.md +++ b/.github/maintainers_guide.md @@ -116,7 +116,7 @@ New official package versions are published when the release PR created from cha 1. **Check GitHub Milestones**: Before merging the release PR please check the relevant [Milestones](https://github.com/slackapi/node-slack-sdk/milestones). If issues or pull requests are still open either decide to postpone the release or save those changes for a future update. -2. **Review the release PR**: Verify that version bumps match expectations, `CHANGELOG` entries are clear, and CI checks pass on the `main` branch. Use `npm run docs` to generate documentation. +2. **Review the release PR**: Verify that version bumps match expectations, `CHANGELOG` entries are clear, and CI checks pass on the `main` branch. Use `npm run docs` to generate documentation and `npm install` to update versions in the `package-lock.json` file. 3. **Merge and approve**: Merge the release PR, then approve the [publish](https://github.com/slackapi/node-slack-sdk/actions/workflows/release.yml) workflow to release packages to npm. diff --git a/package-lock.json b/package-lock.json index a62a44b6e..2b1c446c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6315,7 +6315,7 @@ }, "packages/cli-hooks": { "name": "@slack/cli-hooks", - "version": "1.3.1", + "version": "1.3.2", "license": "MIT", "dependencies": { "minimist": "^1.2.8", @@ -6341,7 +6341,7 @@ }, "packages/cli-test": { "name": "@slack/cli-test", - "version": "2.2.2", + "version": "3.0.0", "license": "MIT", "dependencies": { "tree-kill": "^1.2.2",