We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a2470 commit e85c514Copy full SHA for e85c514
RELEASE.md
@@ -38,3 +38,8 @@ git checkout -b patch/something release-x.y
38
- Merge the PR to create a new release. Release will be published automatically.
39
40
## Versioning in CI and Promote pipelines
41
+
42
+- Every commit to `feat` branches creates `oci://quay.io/codefresh/dev/codefresh:0.0.0-<BRANCH_NAME_NORMALIZED>-<SHORT_SHA>` helm chart
43
+- Every commit to `main` branch creates `oci://quay.io/codefresh/dev/codefresh:0.0.0-<SHORT_SHA>` helm chart
44
+- Every commit to `release-x.y` branches creates `oci://quay.io/codefresh/dev/codefresh:x.y.z` helm chart
45
+- Every release publishes `oci://quay.io/codefresh/codefresh: x.y.z` helm chart
0 commit comments