Include docs in release
This commit is contained in:
parent
0c77dbfb0f
commit
624859534e
@ -7,7 +7,10 @@ before:
|
||||
hooks:
|
||||
# We strongly recommend running tests to catch any regression before release.
|
||||
# Even though, this an optional step.
|
||||
# - go test ./...
|
||||
- go test ./...
|
||||
# As part of the release doc files are included as a separate deliverable for
|
||||
# consumption by Packer.io. To include a separate docs.zip uncomment the following command.
|
||||
- make ci-release-docs
|
||||
|
||||
builds:
|
||||
# A separated build to run the packer-plugins-check only once for a linux_amd64 binary
|
||||
@ -73,6 +76,11 @@ signs:
|
||||
- "${artifact}"
|
||||
release:
|
||||
# If you want to manually examine the release before its live, uncomment this line:
|
||||
draft: true
|
||||
# draft: true
|
||||
# As part of the release doc files are included as a separate deliverable for consumption by Packer.io.
|
||||
# To include a separate docs.zip uncomment the extra_files config and the docs.zip command hook above.
|
||||
extra_files:
|
||||
- glob: ./docs.zip
|
||||
|
||||
changelog:
|
||||
skip: true
|
||||
|
Loading…
Reference in New Issue
Block a user