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: skills/konflux-tekton-updates/references/plugin-catalog.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,3 +31,22 @@ Add to the PipelineRun heredoc `spec.params` when `oci-plugin-build-pipeline` ga
31
31
```
32
32
33
33
Do not embed full `pipelineSpec` in the generator.
34
+
35
+
## Version naming (x.y.z → x-y)
36
+
37
+
`generatePipelineRunsForPlugins.sh`derives `RHDH_XY_VERSION` from `-v x.y.z` (e.g. `1.10.0` → `1-10`). Use it everywhere; never hardcode `1-` in generated paths.
0 commit comments