Skip to content

Commit 5b40fb0

Browse files
authored
Merge pull request #136 from zephir-lang/development
1.4.2
2 parents 29a95d4 + e3be900 commit 5b40fb0

File tree

12 files changed

+385
-717
lines changed

12 files changed

+385
-717
lines changed

.ci/release-notes.sh

-10
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)