Skip to content

Commit 01c36e2

Browse files
authored
Update maintainers guide
1 parent 1793370 commit 01c36e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MAINTAINERS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ It is required that all maintainers use 2FA (two factor authentication). These a
2323

2424
#### Minor versions
2525

26-
To release a new minor version, you can use the `npm run release:guides:minor` command.
26+
To release a new minor version, you can use the `pnpm run release:guides:minor` command.
2727
The script will create and update the necessary files for you, showing you a URL at the end that you can use to create the PR.
2828

29-
0. Run `npm install` to guarantee dependencies are installed.
30-
1. Run `npm run release:guides:minor`. The script is a mix of automated and manual steps, so follow the instructions carefully.
29+
0. Run `pnpm install` to guarantee dependencies are installed.
30+
1. Run `pnpm run release:guides:minor`. The script is a mix of automated and manual steps, so follow the instructions carefully.
3131
2. In the PR, mention that **the person who merges it must update the guides search ASAP**. Add a link to this page for instructions on updating the guides search. Look at the app in staging, get a review, and merge to `master`. This will trigger an auto deployment.
3232
3. Once it is deployed, follow the steps below to get the website search working for your new version.
3333

0 commit comments

Comments
 (0)