-
Notifications
You must be signed in to change notification settings - Fork 21
How to update plugin assets
Miguel Pérez Pellicer edited this page Aug 26, 2022
·
1 revision
-
Copy your assets in
wordpress_org_assets
with the specific formats -
Open a PR with the changes
-
When PR is approved and merged. It's necessary to upload manually the assets by SVN
-
Initialize SVN
mkdir svn && cd svn
svn checkout https://plugins.svn.wordpress.org/google-listings-and-ads --depth immediates
cd google-listings-and-ads/assets && svn update --set-depth infinity .
-
Now copy the assets in
wordpress_org_assets
insidegoogle-listings-and-ads/assets
-
Run
svn status
to confirm the files changed -
Run
svn ci -m 'Updating assets'
to commit the changes -
Check https://wordpress.org/plugins/google-listings-and-ads/ to see the new assets published