Skip to content

Commit

Permalink
Убирает осторожность
Browse files Browse the repository at this point in the history
  • Loading branch information
igsekor committed Aug 1, 2024
1 parent 4fe3e64 commit 352d4fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/update-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 352d4fa

Please sign in to comment.