mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* validate type and id * copy all svg and png, useful if people don't use the img folder * update comments * add stubs for each ci task * use ci-work folder rather than build * use axios for basic testing * Packages: publish packages@6.3.0-alpha.39 * bump version * add download task * Packages: publish packages@6.3.0-alpha.40 * merge all dist folders into one * fix folder paths * Fix ts error * Packages: publish packages@6.3.0-beta.0 * Packages: publish packages@6.3.0-beta.1 * bump next to 6.4 * Packages: publish packages@6.4.0-alpha.2 * better build and bundle tasks * fix lint * Packages: publish packages@6.4.0-alpha.3 * copy the file to start grafana * Packages: publish packages@6.4.0-alpha.4 * use sudo for copy * Packages: publish packages@6.4.0-alpha.5 * add missing service * add service and homepath * Packages: publish packages@6.4.0-alpha.6 * make the folder * Update packages/grafana-toolkit/src/cli/tasks/plugin.ci.ts * Update packages/grafana-toolkit/src/cli/tasks/plugin.ci.ts
Grafana frontend packages
Releasing new version
We use Lerna for packages versioning and releases
Manual release
- Run
packages:preparescript 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 withPackages: publish [version]message. - Run
packages:buildscript that will prepare distribution packages. - Run
packages:publishto publish new versions- add
--dist-tag nextto publish undernexttag
- add
- Push version commit
Building individual packages
To build induvidual packages run grafana-toolkit package:build --scope=<ui|toolkit|runtime|data>