Skip to content

Commit c7047a7

Browse files
authored
Include metadata.yaml in release (#61)
1 parent 4a936a9 commit c7047a7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ docker-push-controlplane: ## Push control-plane
212212
docker push ${CONTROLPLANE_IMG}
213213

214214
release: release-bootstrap release-controlplane
215+
cp metadata.yaml $(RELEASE_DIR)/metadata.yaml
215216

216217
.PHONY: release-notes
217218
release-notes: $(RELEASE_NOTES_DIR) $(RELEASE_NOTES)

metadata.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
2+
kind: Metadata
3+
releaseSeries:
4+
- major: 0
5+
minor: 1
6+
contract: v1beta1

0 commit comments

Comments
 (0)