- #/bin/bash
- # no relation to publish.go
- # Right now we hack this in into the publish script.
- # Eventually we might want to keep a list of all previous releases somewhere.
- _releaseNoteUrl="https://community.grafana.com/t/release-notes-v5-3-x/10244"
- _whatsNewUrl="http://docs.grafana.org/guides/whats-new-in-v5-3/"
- ./release_publisher/release_publisher \
- --wn ${_whatsNewUrl} \
- --rn ${_releaseNoteUrl} \
- --version ${CIRCLE_TAG} \
- --apikey ${GRAFANA_COM_API_KEY}
|