Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cjimti committed Apr 23, 2019
1 parent 3dd3df6 commit 07f3f08
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build:
# Path to main.go file.
# Default is `main.go`
main: ./cmd/query.go
binary: tm
binary: query

env:
- GO111MODULE=on
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,16 @@ Get a query:
curl -X GET \
http://localhost:8080/get/xorg/all_los_angeles_parking_citations \
-H 'Authorization: Bearer $TOKEN'
```

## Release Packaging

Build test release:
```bash
goreleaser --skip-publish --rm-dist --skip-validate
```

Build and release:
```bash
GITHUB_TOKEN=$GITHUB_TOKEN goreleaser --rm
```

0 comments on commit 07f3f08

Please sign in to comment.