Skip to content

Commit

Permalink
chore: update release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyguenther committed Mar 15, 2024
1 parent 03b228a commit ab6b70e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ Ensure `GITHUB_TOKEN` is set on the environment.
Update version number in `package.json` and run:

```console
yarn prepack
pnpm prepack
```
This will update `oclif.manifest.json` which holds the version number used
displayed when `--version` is run.

Open a PR and commit these changes. Merge the PR.

```console
yarn publish
pnpm publish
```

When prompted provide the same version number as above.
Expand Down

0 comments on commit ab6b70e

Please sign in to comment.