Compare commits

...

2 Commits

Author SHA1 Message Date
Marvin Steadfast c212d459c1 Bump version: 0.2.15 → 0.2.16
continuous-integration/drone/push Build is passing Details
4 years ago
Marvin Steadfast fe4fda7ca0 adds missing git 4 years ago

@ -1,4 +1,4 @@
[bumpversion]
current_version = 0.2.15
current_version = 0.2.16
commit = True
tag = True

@ -48,7 +48,7 @@ steps:
DOCKER_REGISTRY: quay.io
commands:
- sleep 5
- apk add --no-cache bash curl docker
- apk add --no-cache bash curl docker git
- curl -sL https://git.io/goreleaser | bash
depends_on:
- test

Loading…
Cancel
Save