Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.

Commit e3088f6

Browse files
committed
update publish info
1 parent 606b2d9 commit e3088f6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,5 @@ jobs:
168168

169169
- name: Publish to Grafana.com
170170
run: |
171-
echo A draft release has been created for your plugin. Please review and publish it. Then submit your plugin to grafana.com/plugins by opening a PR to https://github.com/grafana/grafana-plugin-repository with the following entry:
172-
echo
173-
echo '{ "id": "${{ steps.metadata.outputs.plugin-id }}", "type": "${{ steps.metadata.outputs.plugin-type }}", "url": "https://github.com/${{ github.repository }}", "versions": [ { "version": "${{ steps.metadata.outputs.plugin-version }}", "commit": "${{ github.sha }}", "url": "https://github.com/${{ github.repository }}", "download": { "any": { "url": "https://github.com/${{ github.repository }}/releases/download/v${{ steps.metadata.outputs.plugin-version }}/${{ steps.metadata.outputs.archive }}", "md5": "${{ steps.package-plugin.outputs.checksum }}" } } } ] }' | jq .
171+
echo "A draft release has been created for your plugin. Please review and publish it."
172+
echo "To publish a new version, follow https://github.com/grafana/grafana-plugin-repository#maintain-your-plugin"

build-panel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail
44

5-
# TODO update this
5+
# TODO update this, use tags instead
66
UPSTREAM_BRANCH="chore/grafana-panel-webpack"
77
PACKAGE_VERSION=$(cat package.json \
88
| grep version \

0 commit comments

Comments
 (0)