Skip to content

Commit a2be7c8

Browse files
authored
Merge pull request #2285 from k8s-infra-cherrypick-robot/cherry-pick-2284-to-release-1.3
[release-1.3] Update metadata.yaml to include v1.3 release
2 parents 369fe2a + 9fb3dad commit a2be7c8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/book/src/developers/releasing.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Release Process
22

3-
## Change milestone
3+
## Update metadata.yaml (skip for patch releases)
4+
5+
- Make sure the [metadata.yaml](https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/main/metadata.yaml) file is up to date and contains the new release with the correct cluster-api contract version.
6+
- If not, open a [PR](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/1928) to add it.
7+
8+
## Change milestone (skip for patch releases)
49

510
- Create a new GitHub milestone for the next release
611
- Change milestone applier so new changes can be applied to the appropriate release

metadata.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ releaseSeries:
2222
contract: v1beta1
2323
- major: 1
2424
minor: 2
25-
contract: v1beta1
25+
contract: v1beta1
26+
- major: 1
27+
minor: 3
28+
contract: v1beta1

0 commit comments

Comments
 (0)