Skip to content

Commit

Permalink
update release note
Browse files Browse the repository at this point in the history
Signed-off-by: Xiang Dai <764524258@qq.com>
  • Loading branch information
daixiang0 committed Oct 16, 2019
1 parent a0fd61e commit e58bf4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/release-note.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is release `${CIRCLE_TAG}` of Loki.
This is release `${CIRCLE_TAG}` of Loki.

### Notable changes:
:warning: **ADD RELEASE NOTES HERE** :warning:
Expand All @@ -9,8 +9,8 @@ The components of Loki are currently distributed in plain binary form and as Doc
#### Binary:
```bash
# download a binary (adapt app, os and arch as needed)
$ curl -fSL -o "/usr/local/bin/loki.gz" "https://github.com/grafana/loki/releases/download/${CIRCLE_TAG}/loki-linux-amd64.gz"
$ gunzip "/usr/local/bin/loki.gz"
$ curl -fSL -o "/usr/local/bin/loki.zip" "https://github.com/grafana/loki/releases/download/${CIRCLE_TAG}/loki-linux-amd64.zip"
$ unzip "/usr/local/bin/loki.gz"

# make sure it is executable
$ chmod a+x "/usr/local/bin/loki"
Expand Down

0 comments on commit e58bf4e

Please sign in to comment.