Include docs in release

This commit is contained in:
flx5 2021-10-03 21:17:05 +02:00
parent 0c77dbfb0f
commit 624859534e

View File

@ -7,7 +7,10 @@ before:
hooks: hooks:
# We strongly recommend running tests to catch any regression before release. # We strongly recommend running tests to catch any regression before release.
# Even though, this an optional step. # 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: builds:
# A separated build to run the packer-plugins-check only once for a linux_amd64 binary # A separated build to run the packer-plugins-check only once for a linux_amd64 binary
@ -73,6 +76,11 @@ signs:
- "${artifact}" - "${artifact}"
release: release:
# If you want to manually examine the release before its live, uncomment this line: # 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: changelog:
skip: true skip: true