Skip to content

Commit 021649e

Browse files
author
Nico Schieder
committed
Add Changelog to release archive
1 parent 2c8fedf commit 021649e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GNUmakefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
TEST?=$$(go list ./... |grep -v 'vendor')
22
GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
33
VERSION=$(shell ./scripts/git-version.sh)
4+
export CGO_ENABLED:=0
45

56
default: build
67

@@ -50,7 +51,7 @@ _output/terraform-provider-hcloud_%.zip: NAME=terraform-provider-hcloud_$(VERSIO
5051
_output/terraform-provider-hcloud_%.zip: DEST=_output/$(NAME)
5152
_output/terraform-provider-hcloud_%.zip: bin/%/terraform-provider-hcloud
5253
mkdir -p $(DEST)
53-
cp bin/$*/terraform-provider-hcloud README.md LICENSE $(DEST)
54+
cp bin/$*/terraform-provider-hcloud README.md CHANGELOG.md LICENSE $(DEST)
5455
cd $(DEST) && zip -r ../$(NAME).zip .
5556

5657
test: fmtcheck

0 commit comments

Comments
 (0)