konnektiv/git-wordpress-publish

Shell script to publish a WordPress plugin from a git repository.

dev-master 2016-06-08 11:25 UTC

This package is not auto-updated.

Last update: 2024-09-28 19:15:13 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.