Skip to content

Commit

Permalink
Improve release documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wcislo-saleor committed Feb 12, 2024
1 parent 15ecbe8 commit 4adea29
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ git pull origin main

- check for the type errors with `pnpm tsc`
- check if the bundling finishes `pnpm bundle`
- publishing step involves uploading source maps to Sentry, log in with `sentry-cli login` if you intend to upload source maps

### Release

Expand Down Expand Up @@ -229,3 +230,12 @@ or
```
pnpm publish --tag next
```

> [!IMPORTANT]
> CLI is currently published in an identical form to three packages in npmjs.com:
> - https://www.npmjs.com/package/@saleor/cli
> - https://www.npmjs.com/package/saleor-cli
> - https://www.npmjs.com/package/saleor
>
> When releasing a new version, modify name in `package.json` to `saleor-cli` and `saleor` respectively and repeat `pnpm publish` step.
> Do not commit these `package.json` changes.

0 comments on commit 4adea29

Please sign in to comment.