This commit is contained in:
parent
5f7215d965
commit
f8512fb5ea
@ -12,11 +12,15 @@ steps:
|
||||
image: golangci/golangci-lint:latest
|
||||
commands:
|
||||
- make lint
|
||||
depends_on:
|
||||
- tags
|
||||
|
||||
- name: test
|
||||
image: golang:latest
|
||||
commands:
|
||||
- make test
|
||||
depends_on:
|
||||
- tags
|
||||
|
||||
- name: build
|
||||
image: goreleaser/goreleaser:v0.162.0
|
||||
@ -24,6 +28,7 @@ steps:
|
||||
- (cd /tmp; go get -u github.com/go-bindata/go-bindata/...)
|
||||
- make build
|
||||
depends_on:
|
||||
- tags
|
||||
- lint
|
||||
- test
|
||||
when:
|
||||
@ -39,6 +44,7 @@ steps:
|
||||
commands:
|
||||
- goreleaser release --rm-dist
|
||||
depends_on:
|
||||
- tags
|
||||
- lint
|
||||
- test
|
||||
when:
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
config.y*
|
||||
dist/
|
||||
.envrc
|
||||
|
@ -34,6 +34,8 @@ changelog:
|
||||
exclude:
|
||||
- "^docs:"
|
||||
- "^test:"
|
||||
- "^ci:"
|
||||
- "happy linting"
|
||||
|
||||
release:
|
||||
github:
|
||||
|
Loading…
Reference in New Issue
Block a user