We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7710da commit 299b878Copy full SHA for 299b878
.goreleaser.yml
@@ -17,9 +17,9 @@ builds:
17
mod_timestamp: '{{ .CommitTimestamp }}'
18
hooks:
19
post:
20
- # This will check plugin compatibility against latest version of Packer
+ # This will check plugin compatibility against 1.7.2 version of Packer
21
- cmd: |
22
- go install github.com/hashicorp/packer/cmd/packer-plugins-check@latest &&
+ go install github.com/hashicorp/packer/cmd/packer-plugins-check@1.7.2 &&
23
packer-plugins-check -load={{ .Name }}
24
dir: "{{ dir .Path}}"
25
flags:
@@ -82,4 +82,4 @@ release:
82
#- glob: ./docs.zip
83
84
changelog:
85
- skip: true
+ skip: true
0 commit comments