mirror of
https://github.com/araddon/dateparse.git
synced 2025-04-25 10:10:31 +08:00
Various other cleanup: * Update README.md * Update github workflows * Add to copyright * Add .gitignore
42 lines
734 B
YAML
42 lines
734 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:
|
|
use: github-native
|
|
sort: asc
|
|
filters:
|
|
include:
|
|
- "^feat:"
|
|
exclude:
|
|
- '^docs:'
|
|
- '^test:'
|
|
nfpms:
|
|
-
|
|
vendor: dateparse
|
|
homepage: https://github.com/itlightning/dateparse
|
|
maintainer: IT Lightning, LLC <opensource@itlightning.com>
|
|
description: NA
|
|
formats:
|
|
- apk
|
|
- deb
|
|
- rpm
|
|
release: 1
|
|
section: default
|
|
priority: extra
|