You've already forked goreleaser
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:
@@ -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:
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user