Skip to content

Commit

Permalink
Include metadata.yaml in release (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmazzotti authored Oct 12, 2023
1 parent 4a936a9 commit c7047a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ docker-push-controlplane: ## Push control-plane
docker push ${CONTROLPLANE_IMG}

release: release-bootstrap release-controlplane
cp metadata.yaml $(RELEASE_DIR)/metadata.yaml

.PHONY: release-notes
release-notes: $(RELEASE_NOTES_DIR) $(RELEASE_NOTES)
Expand Down
6 changes: 6 additions & 0 deletions metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
kind: Metadata
releaseSeries:
- major: 0
minor: 1
contract: v1beta1

0 comments on commit c7047a7

Please sign in to comment.