We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37974ee commit 4236732Copy full SHA for 4236732
.github/workflows/generate-release-note.yml
@@ -192,12 +192,6 @@ jobs:
192
RELEASE_NOTES="$RELEASE_NOTES### 🔧 Other Changes"$'\n'"$OTHER_CHANGES"$'\n'
193
fi
194
195
- # Add installation instructions
196
- RELEASE_NOTES="$RELEASE_NOTES"$'\n'"## Installation"$'\n\n'
197
- RELEASE_NOTES="$RELEASE_NOTES\`\`\`bash"$'\n'
198
- RELEASE_NOTES="$RELEASE_NOTES""composer require $PACKAGE_NAME:^$CLEAN_VERSION"$'\n'
199
- RELEASE_NOTES="$RELEASE_NOTES\`\`\`"$'\n\n'
200
-
201
RELEASE_NOTES="$RELEASE_NOTES""**Full Changelog**: https://github.com/${{ github.repository }}/compare/${LATEST_TAG}...${CURRENT_TAG}"$'\n'
202
203
# Save to output (properly escape for GitHub Actions)
0 commit comments