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/README.adoc
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -213,14 +213,15 @@ To create release tags for bugfix/patch releases use the `create-bugfix-tag.sh`
213
213
- `-p`: push flag (optional, default is "false"). If provided, the created commits and tags made as part of this process will be pushed to the origin.
214
214
- `-c`: cleanup flag (optional, default is "false"). If provided, the repository folders will be torn down on completion.
215
215
- `-w`: where to create the tag and update versions in code. It can be "products", "operators", "both".
216
+
- `-i`: product image versioning flag (optional, default is "false"). If provided, updates test definitions with product image versions from this release version (i.e. assumes products have been released/tagged, too).
216
217
217
218
N.B. the flags cannot be combined (e.g. `-p -c` but not `-pc)
218
219
219
220
e.g.
220
221
221
222
[source]
222
223
----
223
-
./release/create-bugfix-tag.sh -t 23.1.0 -p -c -w both
224
+
./release/create-bugfix-tag.sh -t 23.1.0 -p -c -w both -i
224
225
----
225
226
226
227
#### What this script does
@@ -239,5 +240,7 @@ e.g.
239
240
** clones the operator repositories
240
241
** checks that the release branch exists and the tag doesn't
241
242
** switches to the release branch
243
+
** updates crate versions and the workspace
244
+
** updates test definitions to use product image versions that match the release tag (if requested with "-i")
242
245
** tags the branch and pushes it if the push argument is provided
243
246
** deletes the temporary folder (if requested with "-c")
0 commit comments