File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ before:
10
10
# We strongly recommend running tests to catch any regression before release.
11
11
# Even though, this an optional step.
12
12
- go test ./...
13
- # As part of the release doc files are included as a separate deliverable for
14
- # consumption by Packer.io. To include a separate docs.zip uncomment the following command.
15
- - make ci-release-docs
16
13
# Check plugin compatibility with required version of the Packer SDK
17
14
- make plugin-check
18
15
builds :
@@ -105,13 +102,6 @@ signs:
105
102
- " ${signature}"
106
103
- " --detach-sign"
107
104
- " ${artifact}"
108
- release :
109
- # If you want to manually examine the release before its live, uncomment this line:
110
- # draft: true
111
- # As part of the release doc files are included as a separate deliverable for consumption by Packer.io.
112
- # To include a separate docs.zip uncomment the extra_files config and the docs.zip command hook above.
113
- extra_files :
114
- - glob : ./docs.zip
115
105
116
106
changelog :
117
107
use : github-native
You can’t perform that action at this time.
0 commit comments