Dominik Prokop faabb839e6 Chore: Revert React 16.9.0 bump (#18634) 6 years ago
..
grafana-data faabb839e6 Chore: Revert React 16.9.0 bump (#18634) 6 years ago
grafana-runtime d8f86834d9 grafana/toolkit: improve CI task (#18189) 6 years ago
grafana-toolkit e27731bc7a Toolkit: write PR report to a folder with the circle build number (#18560) 6 years ago
grafana-ui faabb839e6 Chore: Revert React 16.9.0 bump (#18634) 6 years ago
README.md c32365f424 Packages: Use lerna for release orchestration (#17985) 6 years ago
tsconfig.json d6e8129588 Packages: create shared tsconfig.json (#18010) 6 years ago

README.md

Grafana frontend packages

Releasing new version

We use Lerna for packages versioning and releases

Manual release

  1. Run 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.
  2. Run packages:build script that will prepare distribution packages.
  3. Run packages:publish to publish new versions
    • add --dist-tag next to publish under next tag
  4. Push version commit

Building individual packages

To build induvidual packages run grafana-toolkit package:build --scope=<ui|toolkit|runtime|data>