grafana / plugin-tools

Create Grafana plugins with ease.
https://grafana.com/developers/plugin-tools/
Apache License 2.0
58 stars 32 forks source link

Create Plugin: Introduce create plugin update workflow #1211

Closed jackw closed 1 month ago

jackw commented 1 month ago

What this PR does / why we need it: This PR adds a template file for running the create plugin update composite workflow and additional documentation to the website.

~Relies on grafana/plugin-actions/pull/38 being merged before this can be merged.~ The action is now merged.

Which issue(s) this PR fixes:

Fixes #818

Special notes for your reviewer:

📦 Published PR as canary version: Canary Versions
:sparkles: Test out this PR locally via: ```bash npm install @grafana/create-plugin@5.6.0-canary.1211.ec51a12.0 # or yarn add @grafana/create-plugin@5.6.0-canary.1211.ec51a12.0 ```
github-actions[bot] commented 1 month ago

Hello! 👋 This repository uses Auto for releasing packages using PR labels.

✨ This PR can be merged and will trigger a new minor release. NOTE: When merging a PR with the release label please avoid merging another PR. For further information see here.

jackw commented 1 month ago

Just an idea - would it make sense to add a note about the github token permissions into the print-success-message.ts?

I think that's a great idea @leventebalogh ! 🚀

grafana-plugins-platform-bot[bot] commented 1 month ago

:rocket: PR was released in @grafana/create-plugin@5.6.0, @grafana/plugin-e2e@1.9.0 :rocket:

jackw commented 1 month ago

I've opened #1241 for the success messaging @leventebalogh .