20 lines
226 B
YAML
20 lines
226 B
YAML
dist: dist-github
|
|
|
|
build:
|
|
skip: true
|
|
|
|
archives:
|
|
- format: binary
|
|
|
|
release:
|
|
draft: true
|
|
github:
|
|
owner: MrMeeb
|
|
name: cronicle-docker
|
|
|
|
changelog:
|
|
sort: asc
|
|
filters:
|
|
exclude:
|
|
- '^docs:'
|
|
- '^test:' |