diff --git a/www/docs/customization/archive.md b/www/docs/customization/archive.md index d720978f7..1a3307b1c 100644 --- a/www/docs/customization/archive.md +++ b/www/docs/customization/archive.md @@ -81,12 +81,6 @@ archives: # for some reason, but do no want that sub-directory inside the archive. strip_binary_directory: true - # 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. - rlcp: true - # Can be used to change the archive formats for specific GOOSs. # Most common use case is to archive as zip on Windows. format_overrides: diff --git a/www/docs/customization/source.md b/www/docs/customization/source.md index a7d499b64..e4a61192e 100644 --- a/www/docs/customization/source.md +++ b/www/docs/customization/source.md @@ -27,12 +27,6 @@ source: # Templates: allowed. prefix_template: "{{ .ProjectName }}-{{ .Version }}/" - # 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. - rlcp: true - # Additional files/globs you want to add to the source archive. # # Templates: allowed.