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: RELEASE.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,16 @@
2
2
3
3
The Kubernetes Template Project is released on an as-needed basis. The process is as follows:
4
4
5
+
<<<<<<< HEAD
5
6
<<<<<<< HEAD
6
7
1. Update `version/version.go` with the new semver tag
7
8
=======
8
9
1. Update `pkg/consts/consts.go` with the new semver tag.
9
10
>>>>>>> 788cf82 (generate crd with version annotation.)
11
+
=======
12
+
1. Update `pkg/consts/consts.go` with the new semver tag, for RC release we should use something like `v0.5.0-rc1`, for MAJOR or MINOR release we should use something like `v0.5.0`
13
+
1. Run the following command `make generate` which will update generated docs with the correct version info. (Note that you can't test with these YAMLs yet as they contain references to elements which wont exist until the tag is cut and image is promoted to production registry.)
14
+
>>>>>>> 21898da (update RELEASE.md)
10
15
1. An issue is proposing a new release with a changelog since the last release
11
16
1. All [OWNERS](OWNERS) must LGTM this release
12
17
1. An OWNER runs `git tag -s $VERSION` and inserts the changelog and pushes the tag with `git push $VERSION`
0 commit comments