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 e2ebb5b commit b667ecaCopy full SHA for b667eca
.github/workflows/generate-release-note.yml
@@ -111,7 +111,7 @@ jobs:
111
# Add installation instructions
112
RELEASE_NOTES="$RELEASE_NOTES"$'\n'"## Installation"$'\n\n'
113
RELEASE_NOTES="$RELEASE_NOTES\`\`\`bash"$'\n'
114
- RELEASE_NOTES="$RELEASE_NOTES""composer require solution-forest/tab-layout-plugin:^${{ needs.check-for-release.outputs.version }}"$'\n'
+ RELEASE_NOTES="$RELEASE_NOTES""composer require solution-forest/filament-tree:^${{ needs.check-for-release.outputs.version }}"$'\n'
115
RELEASE_NOTES="$RELEASE_NOTES\`\`\`"$'\n\n'
116
117
# Save to file for GitHub release
0 commit comments