Skip to content

Commit

Permalink
Merge pull request #136 from zephir-lang/development
Browse files Browse the repository at this point in the history
1.4.2
  • Loading branch information
AlexNDRmac authored Dec 11, 2021
2 parents 29a95d4 + e3be900 commit 5b40fb0
Show file tree
Hide file tree
Showing 12 changed files with 385 additions and 717 deletions.
10 changes: 0 additions & 10 deletions .ci/release-notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,4 @@ startline=$(cat "$1" | grep -nE '^### ' | head -n 1 | cut -d ":" -f 1)
finishline=$(($(cat "$1" | grep -nE '^## \[[0-9]+' | head -n 2 | tail -n 1 | cut -d ":" -f 1) - 1))
changelog=$(sed -n "${startline},${finishline}p" "$1");


: "${GITHUB_ACTIONS:=0}"

if [ "$GITHUB_ACTIONS" = "true" ]
then
changelog="${changelog//'%'/'%25'}"
changelog="${changelog//$'\n'/'%0A'}"
changelog="${changelog//$'\r'/'%0D'}"
fi

echo "${changelog}"
Loading

0 comments on commit 5b40fb0

Please sign in to comment.