mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-22 13:29:01 +08:00
chore: remove deprecated property rlcp
in goreleaser config (#5608)
This commit is contained in:
parent
119e8794bc
commit
d8ae801068
|
@ -110,7 +110,6 @@ archives:
|
||||||
# allowing users to build the exact same set of files as ours.
|
# allowing users to build the exact same set of files as ours.
|
||||||
- id: source
|
- id: source
|
||||||
meta: true
|
meta: true
|
||||||
rlcp: true
|
|
||||||
name_template: "{{ .ProjectName }}_{{ .Version }}_buildable-artifact"
|
name_template: "{{ .ProjectName }}_{{ .Version }}_buildable-artifact"
|
||||||
files:
|
files:
|
||||||
- src: LICENSE
|
- src: LICENSE
|
||||||
|
@ -127,14 +126,6 @@ source:
|
||||||
name_template: '{{ .ProjectName }}_{{ .Version }}_src'
|
name_template: '{{ .ProjectName }}_{{ .Version }}_src'
|
||||||
format: 'tar.gz'
|
format: 'tar.gz'
|
||||||
|
|
||||||
# This will make the destination paths be relative to the longest common
|
|
||||||
# path prefix between all the files matched and the source glob.
|
|
||||||
# Enabling this essentially mimic the behavior of nfpm's contents section.
|
|
||||||
# It will be the default by June 2023.
|
|
||||||
#
|
|
||||||
# Default: false
|
|
||||||
rlcp: true
|
|
||||||
|
|
||||||
# Additional files/template/globs you want to add to the source archive.
|
# Additional files/template/globs you want to add to the source archive.
|
||||||
#
|
#
|
||||||
# Default: empty.
|
# Default: empty.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user