|
|
6 年之前 | |
|---|---|---|
| .. | ||
| grafana-data | 6 年之前 | |
| grafana-runtime | 6 年之前 | |
| grafana-toolkit | 6 年之前 | |
| grafana-ui | 6 年之前 | |
| README.md | 6 年之前 | |
| tsconfig.json | 6 年之前 | |
We use Lerna for packages versioning and releases
packages:prepare script from root directory. This will perform cleanup, run all tests and bump version for all packages. Also, it will create @packages@[version] tag and version bump commit with Packages: publish [version] message.packages:build script that will prepare distribution packages.packages:publish to publish new versions
--dist-tag next to publish under next tagTo build induvidual packages run grafana-toolkit package:build --scope=<ui|toolkit|runtime|data>