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: 2

Forks: 0

Open Issues: 0

Language:Shell

pkg:composer/konnektiv/git-wordpress-publish

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

This package is not auto-updated.

Last update: 2025-10-12 00:36:21 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.