mirror of
https://github.com/araddon/dateparse.git
synced 2024-11-10 11:51:54 +08:00
39 lines
657 B
YAML
39 lines
657 B
YAML
project_name: dateparse
|
|
builds:
|
|
-
|
|
id: "dateparse"
|
|
binary: "dateparse"
|
|
dir: dateparse
|
|
-
|
|
id: "example"
|
|
binary: "example"
|
|
dir: example
|
|
archives:
|
|
-
|
|
format_overrides:
|
|
- goos: windows
|
|
format: zip
|
|
checksum:
|
|
name_template: 'checksums.txt'
|
|
snapshot:
|
|
name_template: "{{ .Tag }}-next"
|
|
changelog:
|
|
sort: asc
|
|
filters:
|
|
exclude:
|
|
- '^docs:'
|
|
- '^test:'
|
|
nfpms:
|
|
-
|
|
vendor: dateparse
|
|
homepage: https://github.com/araddon/dateparse
|
|
maintainer: n/a <someone@eample.com>
|
|
description: NA
|
|
formats:
|
|
- apk
|
|
- deb
|
|
- rpm
|
|
release: 1
|
|
section: default
|
|
priority: extra
|