Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/tools/release

9 lines
243 B

#!/usr/bin/env bash
ghr \
-t "${GITHUB_TOKEN}" \
-u "${CIRCLE_PROJECT_USERNAME}" \
-r "${CIRCLE_PROJECT_REPONAME}" \
-c "${CIRCLE_SHA1}" \
-b="$(cat ./tools/release-note.md | envsubst)" \
-delete -draft \
"${CIRCLE_TAG}" ./dist/