Compare commits

...

2 Commits

Author SHA1 Message Date
d2b8095d9e
prepare release v0.0.5
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-20 19:05:01 +02:00
aee6606cd8
is it a debian? 2022-05-20 19:04:44 +02:00
2 changed files with 6 additions and 2 deletions

View File

@ -4,8 +4,8 @@ steps:
- name: create dist
image: golang:latest
commands:
- apk update
- apk add zip
- apt update
- apt install -y zip
- ./create_dist.sh
when:
event: tag

View File

@ -1,3 +1,7 @@
# 0.0.5 / 2022-05-20
* is it a debian?
# 0.0.4 / 2022-05-20
* change image