dateparse/.goreleaser.yml
Klondike Dragon c943d3c348 Fork package to github.com/itlightning/dateparse
Various other cleanup:
* Update README.md
* Update github workflows
* Add to copyright
* Add .gitignore
2024-01-08 21:59:42 -07:00

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