File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -97,12 +97,16 @@ jobs:
9797
9898 - name : append-artifacts-info-to-release-notes
9999 run : |
100+ echo "" >> .changes/v$VERSION.md
101+
102+ echo "### Docker images" >> .changes/v$VERSION.md
100103 echo "New docker images are available from:" >> .changes/v$VERSION.md
101104 echo "- ydbplatform/ydb-kubernetes-operator:$VERSION" >> .changes/v$VERSION.md
102105 echo "- cr.yandex/yc/ydb-kubernetes-operator:$VERSION" >> .changes/v$VERSION.md
103106 echo "" >> .changes/v$VERSION.md
104107
105- echo "New helm chart `ydb-operator`, version $VERSION is available from charts.ydb.tech." >> .changes/v$VERSION.md
108+ echo "### Helm charts" >> .changes/v$VERSION.md
109+ echo "New helm chart 'ydb-operator', version $VERSION is available from https://charts.ydb.tech" >> .changes/v$VERSION.md
106110
107111 - name : create-github-release
108112 uses : softprops/action-gh-release@v1
You can’t perform that action at this time.
0 commit comments