Skip to content

Commit

Permalink
chore: fix goreleaser config for version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreatma committed Jun 13, 2024
1 parent 5441e11 commit 9416148
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Visit https://goreleaser.com for documentation on how to customize this
# behavior.
version: 2

before:
hooks:
# this is just an example and not a requirement for provider building/publishing
Expand Down Expand Up @@ -66,7 +68,7 @@ archives:
- LICENSE*
- README*
- CHANGELOG*
- src: 'cmd/migration-tool/*.md'
- src: "cmd/migration-tool/*.md"
dst: equinix-migration-tool
strip_parent: true
checksum:
Expand All @@ -88,4 +90,4 @@ release:
# If you want to manually examine the release before its live, uncomment this line:
# draft: true
changelog:
skip: true
disable: true

0 comments on commit 9416148

Please sign in to comment.