1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-06-03 07:36:18 +02:00
nfpm/testdata/acceptance/withchangelog.yaml

18 lines
363 B
YAML
Raw Normal View History

2018-03-11 18:58:53 +01:00
name: "foo"
arch: "amd64"
platform: "linux"
changelog: "./testdata/changelog.yaml"
2018-03-11 18:58:53 +01:00
version: "v1.2.3"
release: "simple"
2018-03-11 18:58:53 +01:00
maintainer: "Foo Bar"
description: |
Foo bar
Multiple lines
vendor: "foobar"
homepage: "https://foobar.org"
license: "MIT"
files:
./testdata/fake: "/usr/local/bin/fake"
2018-03-11 18:58:53 +01:00
config_files:
./testdata/whatever.conf: "/etc/foo/whatever.conf"