Add packages:publishTest command (#43696)

This commit is contained in:
Dimitris Sotirakis
2022-01-05 11:53:46 +02:00
committed by GitHub
parent 9c67ce77d8
commit 3625c617fa
2 changed files with 2 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ Every commit to main that has changes within the `packages` directory is a subje
- When releasing a prerelease run `packages:publishNext` to publish new versions.
- When releasing a stable version run `packages:publishLatest` to publish new versions.
- When releasing a test version run `packages:publishTest` to publish test versions.
5. Push version commit to the release branch.