konnektiv / git-wordpress-publish
Shell script to publish a WordPress plugin from a git repository.
Installs: 6
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Language:Shell
This package is not auto-updated.
Last update: 2025-02-01 20:58:14 UTC
README
Usage
- Create a file
deploy-config.sh
in your plugin base directory with the following options:
# main config
PLUGINSLUG="plugin-slug" # The slug of your plugin as submitted to wordpress.org
MAINFILE="plugin-mainfile.php" # this should be the name of your main php file in the wordpress plugin
SVNUSER="svnuser" # your svn username
- Run the script
deploy.sh
from the top of your plugin directory.