Skip to content

Commit

Permalink
Clean up release template notes (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorres authored Nov 5, 2024
1 parent 7b7b6a4 commit 181a39d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/upload-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,16 @@ jobs:
- name: append-artifacts-info-to-release-notes
run: |
echo "" >> .changes/v$VERSION.md
echo "### Docker images" >> .changes/v$VERSION.md
echo "New docker images are available from:" >> .changes/v$VERSION.md
echo "- ydbplatform/ydb-kubernetes-operator:$VERSION" >> .changes/v$VERSION.md
echo "- cr.yandex/yc/ydb-kubernetes-operator:$VERSION" >> .changes/v$VERSION.md
echo "" >> .changes/v$VERSION.md
echo "New helm chart `ydb-operator`, version $VERSION is available from charts.ydb.tech." >> .changes/v$VERSION.md
echo "### Helm charts" >> .changes/v$VERSION.md
echo "New helm chart 'ydb-operator', version $VERSION is available from https://charts.ydb.tech" >> .changes/v$VERSION.md
- name: create-github-release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 181a39d

Please sign in to comment.