File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,9 @@ refreshing the page will be sufficient.
27
27
1 . Install packages: ` npx yarn install `
28
28
2 . Run prettier: ` npx grafana-toolkit plugin:dev `
29
29
3 . Update ` CHANGELOG.md ` and bump version within ` package.json `
30
- 4 . Build into ` dist/ ` , lint and run tests: ` npx yarn build `
31
- 5 . Build plugin on CI: ` npx grafana-toolkit plugin:ci-build `
32
- 6 . Create a zip package: ` npx grafana-toolkit plugin:ci-package `
30
+ 4 . Tag repository: ` git tag 0.xx.0 `
31
+ 5 . Push repository: ` git push && git push --tags `
32
+ 6 . Build into ` dist/ ` , lint and run tests: ` npx yarn build `
33
+ 7 . Build plugin on CI: ` npx grafana-toolkit plugin:ci-build `
34
+ 8 . Create a zip package: ` npx grafana-toolkit plugin:ci-package `
33
35
When this process succeeds, packages can be found within the ` ci/packages/ ` folder.
You can’t perform that action at this time.
0 commit comments