mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Add packages:publishTest command (#43696)
This commit is contained in:
committed by
GitHub
parent
9c67ce77d8
commit
3625c617fa
@@ -28,6 +28,7 @@
|
||||
"packages:publishCanary": "lerna publish from-package --contents dist --dist-tag canary --yes",
|
||||
"packages:publishLatest": "lerna publish from-package --contents dist --yes",
|
||||
"packages:publishNext": "lerna publish from-package --contents dist --dist-tag next --yes",
|
||||
"packages:publishTest": "lerna publish from-package --contents dist --dist-tag test --yes",
|
||||
"packages:publishDev": "lerna publish from-package --contents dist --dist-tag dev --yes --registry http://grafana-npm.local:4873 --force-publish=*",
|
||||
"packages:typecheck": "lerna run typecheck",
|
||||
"packages:clean": "lerna run clean",
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user