Skip to content

Commit fbb06d8

Browse files
committed
Make Vale happy
1 parent 97652c2 commit fbb06d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Release
44

55
> [!NOTE]
6-
> These instructions are intended for the Base UI core team, who have the permissions required to publish releases.
6+
> These instructions are intended for the Base UI core team, who have the permissions required to publish releases.
77
88
A typical release goes like this:
99

@@ -21,7 +21,7 @@ A typical release goes like this:
2121
8. Add a new entry to `docs/src/data/releases.ts` with the version, versionSlug, date, and highlights. Move the `latest: true` flag to the new release if appropriate.
2222
9. Run `pnpm release:version`. Keep the package versions of stable public packages (`@base-ui/react`) the same as the root `package.json` version.
2323
10. Open a PR with changes and wait for review and green CI.
24-
11. When the PR is close to being merged, announce a merge freeze on the Base UI Slack channel so no other changes land on the main branch until the release is published and the docs are deployed.
24+
11. When the PR is close to being merged, announce a merge freeze on the Base UI Slack channel so no other changes land on the main branch until the release is published and the docs are deployed.
2525
12. Merge the PR once the CI is green and it has been approved.
2626

2727
### Release the packages
@@ -50,7 +50,7 @@ pnpm docs:deploy
5050
You can follow the deployment process [on the Netlify Dashboard](https://app.netlify.com/sites/base-ui/deploys?filter=docs-v1)
5151
Once deployed, it will be accessible at https://base-ui.netlify.app/ for the `docs-v1` deployment.
5252

53-
Once the docs are deployed, lift the merge freeze on the Base UI Slack channel.
53+
Once the docs are deployed, lift the merge freeze on the Base UI Slack channel.
5454

5555
### GitHub release
5656

0 commit comments

Comments
 (0)