Compare commits

...

2 Commits

Author SHA1 Message Date
dc460824a2
prepare release v0.0.2
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-20 18:24:17 +02:00
b948655d18
fix typo 2022-05-20 18:24:04 +02:00
2 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,7 @@ kind: pipeline
name: default
steps:
- name: create dist
image: alpine-latest
image: alpine:latest
commands:
- mkdir dist
- cp settings.yml.dist dist/settings.yml

View File

@ -1,3 +1,7 @@
# 0.0.2 / 2022-05-20
* fix typo
# 0.0.1 / 2022-05-20
* initial release
* initial release