Skip to content

Commit

Permalink
Update release guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 27, 2020
1 parent 93fa074 commit 8395172
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ refreshing the page will be sufficient.
1. Install packages: `npx yarn install`
2. Run prettier: `npx grafana-toolkit plugin:dev`
3. Update `CHANGELOG.md` and bump version within `package.json`
4. Build into `dist/`, lint and run tests: `npx yarn build`
5. Build plugin on CI: `npx grafana-toolkit plugin:ci-build`
6. Create a zip package: `npx grafana-toolkit plugin:ci-package`
4. Tag repository: `git tag 0.xx.0`
5. Push repository: `git push && git push --tags`
6. Build into `dist/`, lint and run tests: `npx yarn build`
7. Build plugin on CI: `npx grafana-toolkit plugin:ci-build`
8. Create a zip package: `npx grafana-toolkit plugin:ci-package`
When this process succeeds, packages can be found within the `ci/packages/` folder.

0 comments on commit 8395172

Please sign in to comment.