Skip to content

Commit 32373f5

Browse files
authored
Merge pull request #167 from droot/build-changelog-fix
REL changelog should include changes since last release
2 parents 5ba5473 + 28d6805 commit 32373f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
steps:
2424
- name: "gcr.io/cloud-builders/git"
25-
args: [fetch, --depth=100]
25+
args: [fetch, --tags, --depth=100]
2626
- name: "ubuntu"
2727
args: ["mkdir", "-p", "/workspace/_output/linux_amd64"]
2828
- name: "gcr.io/kubebuilder/thirdparty-linux:1.10.1"

0 commit comments

Comments
 (0)