File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -97,12 +97,16 @@ jobs:
97
97
98
98
- name : append-artifacts-info-to-release-notes
99
99
run : |
100
+ echo "" >> .changes/v$VERSION.md
101
+
102
+ echo "### Docker images" >> .changes/v$VERSION.md
100
103
echo "New docker images are available from:" >> .changes/v$VERSION.md
101
104
echo "- ydbplatform/ydb-kubernetes-operator:$VERSION" >> .changes/v$VERSION.md
102
105
echo "- cr.yandex/yc/ydb-kubernetes-operator:$VERSION" >> .changes/v$VERSION.md
103
106
echo "" >> .changes/v$VERSION.md
104
107
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
106
110
107
111
- name : create-github-release
108
112
uses : softprops/action-gh-release@v1
You can’t perform that action at this time.
0 commit comments