Skip to content

Commit 44780b5

Browse files
committed
Remove old files, add fail scenario
1 parent 29069f3 commit 44780b5

File tree

4 files changed

+30
-429
lines changed

4 files changed

+30
-429
lines changed

.ci/release-notes.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,4 @@ startline=$(cat "$1" | grep -nE '^### ' | head -n 1 | cut -d ":" -f 1)
2222
finishline=$(($(cat "$1" | grep -nE '^## \[[0-9]+' | head -n 2 | tail -n 1 | cut -d ":" -f 1) - 1))
2323
changelog=$(sed -n "${startline},${finishline}p" "$1");
2424

25-
26-
: "${GITHUB_ACTIONS:=0}"
27-
28-
if [ "$GITHUB_ACTIONS" = "true" ]
29-
then
30-
changelog="${changelog//'%'/'%25'}"
31-
changelog="${changelog//$'\n'/'%0A'}"
32-
changelog="${changelog//$'\r'/'%0D'}"
33-
fi
34-
3525
echo "${changelog}"

0 commit comments

Comments
 (0)