Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
ci(circle): Fix release notes script generator
Browse files Browse the repository at this point in the history
Fix composer require command
  • Loading branch information
k911 committed Oct 5, 2019
1 parent 9daf582 commit 490a8bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/release-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ ${GH_RELEASE_NOTES}
## Installation
composer require ${GH_REPOSITORY}@^${NEW_VERSION}
\`\`\`sh
composer require ${GH_REPOSITORY} ^${NEW_VERSION}
\`\`\`
"
GH_RELEASE_DESCRIPTION_ESCAPED="${GH_RELEASE_DESCRIPTION//\"/\\\"}"
GH_RELEASE_DESCRIPTION_ESCAPED="${GH_RELEASE_DESCRIPTION_ESCAPED//$'\n'/\\n}"
Expand Down

0 comments on commit 490a8bc

Please sign in to comment.