Skip to content

Commit e85c514

Browse files
update README.md
1 parent 57a2470 commit e85c514

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

RELEASE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,8 @@ git checkout -b patch/something release-x.y
3838
- Merge the PR to create a new release. Release will be published automatically.
3939

4040
## 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

Comments
 (0)