You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/src/developers/releasing.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
# Release Process
2
2
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)
4
9
5
10
- Create a new GitHub milestone for the next release
6
11
- Change milestone applier so new changes can be applied to the appropriate release
0 commit comments