File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
charts/control-plane-operator Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ jobs:
110110 with :
111111 tag_name : ${{ env.version }}
112112 name : Release ${{ env.version }}
113- body : " Automated release for version ${{ env.version }} "
114- draft : false
113+ body : ${{steps.github_release.outputs.changelog}}
114+ draft : true
115115 prerelease : false
116116 env :
117117 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1- v0.1.6-dev
1+ v0.1.7
Original file line number Diff line number Diff line change 11apiVersion : v2
2- name : co- control-plane-operator
2+ name : control-plane-operator
33description : A Helm chart for the Cloud Orchestration Control Plane Operator
44type : application
55version : v0.1.5
Original file line number Diff line number Diff line change 11apiVersion: v2
2- name: co- control-plane-operator
2+ name: control-plane-operator
33description: A Helm chart for the Cloud Orchestration Control Plane Operator
44type: application
55version: $OPERATOR_VERSION
You can’t perform that action at this time.
0 commit comments