1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-10-08 23:12:05 +02:00

docs: clean up docs

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker
2025-10-02 00:50:56 -03:00
parent a288707ddf
commit 8d8a28afac
2 changed files with 0 additions and 12 deletions

View File

@@ -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:

View File

@@ -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.