mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-27 12:21:03 +00:00
12 lines
187 B
YAML
12 lines
187 B
YAML
|
builds:
|
||
|
- dir: ./cmd/godot
|
||
|
checksum:
|
||
|
name_template: checksums.txt
|
||
|
snapshot:
|
||
|
name_template: "{{ .Tag }}"
|
||
|
changelog:
|
||
|
sort: asc
|
||
|
filters:
|
||
|
exclude:
|
||
|
- '^Merge pull request'
|