Skip to content

Commit ed82907

Browse files
authored
update instructions for maintaining cf-release branch (#281)
1 parent e0b1150 commit ed82907

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/release_instructions.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ will:
1616
+ create a [GitHub release](https://github.com/project-codeflare/appwrapper/releases) that contains the install.yaml
1717

1818
4. To workaround back level go versions in ODH, we also maintain a
19-
codeflare-releases branch. After making a release, merge main into
20-
the codeflare-releases branch and then tag it using a `cf` prefix
19+
codeflare-releases branch. After making a release, create a branch
20+
from the codeflare-release branch, merge main into the branch and
21+
then submit a PR against the codeflare-release branch. After
22+
CI passes, merge the PR and then tag the branch using a `cf` prefix
2123
instead of a `v`. (eg v0.21.2 ==> cf0.21.2). After making this
2224
tag, you can update the codeflare-operator, using the vX.Y.Z tag in
2325
the Makefile and the cfX.Y.Z in the replace clause in codeflare's

0 commit comments

Comments
 (0)