Skip to content

Commit 7a4c014

Browse files
Add default .ocm/branch-info.yaml file (#631)
* Add default `.ocm/branch-info.yaml` file * Update branch info --------- Co-authored-by: Aleksandar Savchev <[email protected]>
1 parent 690b83d commit 7a4c014

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.ocm/branch-info.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# SPDX-FileCopyrightText: 2025 SAP SE or an SAP affiliate company and Gardener contributors
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
release-branch-template: release-v$major.$minor # e.g. release-v1.0
6+
branch-policy:
7+
significant-part: minor # major, minor, patch
8+
supported-versions-count: 1
9+
release-cadence: null # d (days), w (weeks), y | yr (years)

0 commit comments

Comments
 (0)