Skip to content

Commit aba9685

Browse files
committed
resolve conflict.
1 parent 8ed50cd commit aba9685

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

RELEASE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@ The Kubernetes Template Project is released on an as-needed basis. The process i
1010
>>>>>>> 788cf82 (generate crd with version annotation.)
1111
=======
1212
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+
<<<<<<< HEAD
1314
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.)
1415
>>>>>>> 21898da (update RELEASE.md)
1516
1. An issue is proposing a new release with a changelog since the last release
17+
=======
18+
1. Run the following command `make generate` which will update generated docs with the correct version info.
19+
>>>>>>> bd6e34e (update RELEASE.md)
1620
1. All [OWNERS](OWNERS) must LGTM this release
1721
1. An OWNER runs `git tag -s $VERSION` and inserts the changelog and pushes the tag with `git push $VERSION`
1822
1. The release issue is closed

0 commit comments

Comments
 (0)