Compare commits

...

2 Commits

Author SHA1 Message Date
Marvin Steadfast 2e45c6d954 Bump version: 0.2.13 → 0.2.14
continuous-integration/drone/push Build is passing Details
4 years ago
Marvin Steadfast 006bcd1f31 using docker alpine image for releasing 4 years ago

@ -1,4 +1,4 @@
[bumpversion]
current_version = 0.2.13
current_version = 0.2.14
commit = True
tag = True

@ -34,7 +34,7 @@ steps:
- tag
- name: release
image: golang
image: golang:alpine
volumes:
- name: dockersock
path: /var/run
@ -48,6 +48,7 @@ steps:
DOCKER_REGISTRY: quay.io
commands:
- sleep 5
- apk add --no-cache bash docker
- curl -sL https://git.io/goreleaser | bash
depends_on:
- test

Loading…
Cancel
Save