Ryan McKinley 9f415e84b4 Refactor: move end-to-end test infrastructure to @grafana/toolkit (#18012) 6 년 전
..
grafana-data 2c8809d3cf @grafana/toolkit: integrate latest improvements (#18168) 6 년 전
grafana-runtime 2c8809d3cf @grafana/toolkit: integrate latest improvements (#18168) 6 년 전
grafana-toolkit 9f415e84b4 Refactor: move end-to-end test infrastructure to @grafana/toolkit (#18012) 6 년 전
grafana-ui 06b43f6d4b Plugins: avoid app importDashboards() NPE (#18128) 6 년 전
README.md c32365f424 Packages: Use lerna for release orchestration (#17985) 6 년 전
tsconfig.json d6e8129588 Packages: create shared tsconfig.json (#18010) 6 년 전

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>