diff options
author | Mohammed Al Sahaf <[email protected]> | 2023-06-30 22:53:56 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-06-30 16:53:56 -0400 |
commit | d8ae801068c1195f6f645a8b662fda6e81fd3621 (patch) | |
tree | 42c03f05470d7aea0098db437de0d2c2b7755eea | |
parent | 119e8794bcbda80ca337c1bb6164718e1490cc4f (diff) | |
download | caddy-d8ae801068c1195f6f645a8b662fda6e81fd3621.tar.gz caddy-d8ae801068c1195f6f645a8b662fda6e81fd3621.zip |
chore: remove deprecated property `rlcp` in goreleaser config (#5608)
-rw-r--r-- | .goreleaser.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml index 8a980a1fd..f7d03e26d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -110,7 +110,6 @@ archives: # allowing users to build the exact same set of files as ours. - id: source meta: true - rlcp: true name_template: "{{ .ProjectName }}_{{ .Version }}_buildable-artifact" files: - src: LICENSE @@ -127,14 +126,6 @@ source: name_template: '{{ .ProjectName }}_{{ .Version }}_src' 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. # # Default: empty. |