Rename plugin to 'Fix Plugin file does not exist. Notices' for better SEO
This commit is contained in:
20
.github/workflows/release.yml
vendored
20
.github/workflows/release.yml
vendored
@ -20,19 +20,19 @@ jobs:
|
||||
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Create build directory
|
||||
run: mkdir -p build/plugin-reference-cleaner
|
||||
run: mkdir -p build/fix-plugin-does-not-exist-notices
|
||||
|
||||
- name: Copy plugin files
|
||||
run: |
|
||||
cp plugin-reference-cleaner.php build/plugin-reference-cleaner/
|
||||
cp readme.txt build/plugin-reference-cleaner/
|
||||
cp LICENSE build/plugin-reference-cleaner/
|
||||
cp README.md build/plugin-reference-cleaner/
|
||||
cp fix-plugin-does-not-exist-notices.php build/fix-plugin-does-not-exist-notices/
|
||||
cp readme.txt build/fix-plugin-does-not-exist-notices/
|
||||
cp LICENSE build/fix-plugin-does-not-exist-notices/
|
||||
cp README.md build/fix-plugin-does-not-exist-notices/
|
||||
|
||||
- name: Create ZIP file
|
||||
run: |
|
||||
cd build
|
||||
zip -r ../plugin-reference-cleaner-${{ steps.get_version.outputs.VERSION }}.zip plugin-reference-cleaner
|
||||
zip -r ../fix-plugin-does-not-exist-notices-${{ steps.get_version.outputs.VERSION }}.zip fix-plugin-does-not-exist-notices
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
@ -42,11 +42,11 @@ jobs:
|
||||
draft: false
|
||||
prerelease: false
|
||||
files: |
|
||||
plugin-reference-cleaner-${{ steps.get_version.outputs.VERSION }}.zip
|
||||
fix-plugin-does-not-exist-notices-${{ steps.get_version.outputs.VERSION }}.zip
|
||||
body: |
|
||||
Plugin Reference Cleaner v${{ steps.get_version.outputs.VERSION }}
|
||||
Fix 'Plugin file does not exist.' Notices v${{ steps.get_version.outputs.VERSION }}
|
||||
|
||||
See [CHANGELOG.md](https://github.com/wpallstars/plugin-reference-cleaner/blob/main/CHANGELOG.md) for details.
|
||||
See [CHANGELOG.md](https://github.com/wpallstars/fix-plugin-does-not-exist-notices/blob/main/CHANGELOG.md) for details.
|
||||
|
||||
# Deploy to WordPress.org
|
||||
wordpress:
|
||||
@ -65,4 +65,4 @@ jobs:
|
||||
env:
|
||||
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
|
||||
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
|
||||
SLUG: plugin-reference-cleaner
|
||||
SLUG: fix-plugin-does-not-exist-notices
|
Reference in New Issue
Block a user