|
|
před 6 roky | |
|---|---|---|
| .. | ||
| grafana-data | před 6 roky | |
| grafana-runtime | před 6 roky | |
| grafana-toolkit | před 6 roky | |
| grafana-ui | před 6 roky | |
| README.md | před 6 roky | |
| tsconfig.json | před 6 roky | |
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>