From 352d4fa442536840b73627fe39b4bfdcdf7c01df Mon Sep 17 00:00:00 2001 From: Igor Korovchenko Date: Thu, 1 Aug 2024 14:34:16 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D0=B8=D1=80=D0=B0=D0=B5=D1=82=20?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=BE=D1=80=D0=BE=D0=B6=D0=BD=D0=BE=D1=81?= =?UTF-8?q?=D1=82=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/scripts/update-release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/update-release.sh b/.github/scripts/update-release.sh index 6fb6e7c5..152a6a36 100644 --- a/.github/scripts/update-release.sh +++ b/.github/scripts/update-release.sh @@ -53,7 +53,7 @@ SUBTITLE_NEW_2="## Новые контрибьюторы" SUBTITLE_NEW_3="Весь ченджлог" gh repo set-default doka-guide/platform -gh release create "$TAG" --draft --title="$TITLE" --generate-notes --verify-tag +gh release create "$TAG" --title="$TITLE" --generate-notes gh release view --repo=github.com/doka-guide/platform >> auto-notes.md sed -E 's/\* /- /g' auto-notes.md | sed -E 's/'"$SUBTITLE_OLD_1"'/'"$SUBTITLE_NEW_1"'/' | sed -E 's/'"$SUBTITLE_OLD_2"'/'"$SUBTITLE_NEW_2"'/' | sed -E 's/'"$SUBTITLE_OLD_3"'/'"$SUBTITLE_NEW_3"'/' > notes.md -gh release edit "$TAG" --draft --notes-file notes.md +gh release edit "$TAG" --notes-file notes.md