Skip to content

Commit

Permalink
chore: remove deprecated property rlcp in goreleaser config (#5608)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammed90 committed Jun 30, 2023
1 parent 119e879 commit d8ae801
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit d8ae801

Please sign in to comment.