Skip to content

Commit

Permalink
[core] Improve the release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Feb 7, 2024
1 parent fe5a59e commit ebab714
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@ The following steps must be proposed as a pull request.
2. Change the packages names casing to be lowercase if applicable, e.g. change `Material` to `material`
3. Update the root `/package.json`'s version
4. Run `pnpm release:version`. Keep the package versions of stable public packages the same as the root `package.json` version.
- [IMPORTANT] Search for the older version string in the whole project directory and bump packages and their references that are still on the old version.
5. Open PR with changes and wait for review and green CI
6. Merge PR once CI is green and it has been approved
### Release
1. Checkout the last version of the working branch
1. Checkout the last version of the release branch
2. `pnpm install && pnpm release:build` (make sure you have the latest dependencies installed, and build the packages)
3. `pnpm release:publish` (release the versions on npm, you need your 2FA device)
4. `pnpm release:tag` (push the newly created tag)
Expand Down

0 comments on commit ebab714

Please sign in to comment.