Skip to content

Commit 4236732

Browse files
authored
Update generate-release-note.yml
1 parent 37974ee commit 4236732

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/generate-release-note.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,6 @@ jobs:
192192
RELEASE_NOTES="$RELEASE_NOTES### 🔧 Other Changes"$'\n'"$OTHER_CHANGES"$'\n'
193193
fi
194194
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-
201195
RELEASE_NOTES="$RELEASE_NOTES""**Full Changelog**: https://github.com/${{ github.repository }}/compare/${LATEST_TAG}...${CURRENT_TAG}"$'\n'
202196
203197
# Save to output (properly escape for GitHub Actions)

0 commit comments

Comments
 (0)