Skip to content

Commit 8395172

Browse files
committed
Update release guidelines
1 parent 93fa074 commit 8395172

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ refreshing the page will be sufficient.
2727
1. Install packages: `npx yarn install`
2828
2. Run prettier: `npx grafana-toolkit plugin:dev`
2929
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`
3335
When this process succeeds, packages can be found within the `ci/packages/` folder.

0 commit comments

Comments
 (0)