Skip to content

Commit

Permalink
Merge branch 'master' into fix-bigquery-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KeisukeYamashita committed Oct 8, 2019
2 parents 0eccbd6 + 0b17397 commit 906dbec
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,23 @@ jobs:
name: Run Test
command: |
go test ./...
release:
executor: default
steps:
- checkout
- run: curl -sL https://git.io/goreleaser | bash

workflows:
version: 2
build_and_test:
jobs:
- build
- test
release:
jobs:
- release:
filters:
branches:
ignore: /.*/
tags:
only: /v[0-9]+(\.[0-9]+)*(-.*)*/
37 changes: 37 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
env:
- GO111MODULE=on
before:
hooks:
- go mod download
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- 386
- amd64
- arm
- arm64
ldflags:
- -X main.Version={{ .Version }}
checksum:
name_template: '{{ .ProjectName }}_checksums.txt'
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- Merge pull request
- Merge branch
brew:
github:
owner: KeisukeYamashita
name: homebrew-biko
homepage: https://github.com/KeisukeYamashita/biko
description: CLI tool to jump to your browser directly to improve productivity
test: |
system "#{bin}/biko -v"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ type Provider interface {
<img href="https://github.com/KeisukeYamashita" src="./_image/contributors/keke.png" width="100" style="margin:10px">
<img href="https://github.com/sapuri" src="./_image/contributors/sapuri.png" width="100" style="margin:10px">
<img href="https://github.com/shopetan" src="./_image/contributors/shopetan.png" width="100" style="margin:10px">
<img href="https://github.com/micnncim " src="./_image/contributors/micnncim.png" width="100" style="margin:10px">
</div>

## Roadmap
Expand Down
Binary file added _image/contributors/micnncim.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 906dbec

Please sign in to comment.