Skip to content
This repository has been archived by the owner on Jun 3, 2019. It is now read-only.

A simple script that lets you deploy a Git repo to WordPress.org SVN. This version accepts parameters for plugin file and WordPress.org username.

Notifications You must be signed in to change notification settings

aubreypwd/deploy-git-wordpress-org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

Usage

Usage: sh deploy.wordpress.org.sh [plugin_file_with_header.php] [WordPress.org Username] [Update Readme Only: true|false] I.e.: sh deploy.wordpress.org.sh index.php aubreypwd false

Download Script

(Right Click & Save As)

Note that the in-development version may be unstable.

Add to your project

Replace 1.0-summit below with master for the in-development version.

Add as a Subtree

git subtree add --prefix deploy-git-wordpress-org https://github.com/aubreypwd/deploy-git-wordpress-org 1.0-summit --squash

Update to the latest from the repository

git subtree pull --prefix deploy-git-wordpress-org https://github.com/aubreypwd/deploy-git-wordpress-org 1.0-summit --squash

As as Submodule

git submodule add -b 1.0-summit https://github.com/aubreypwd/deploy-git-wordpress-org

Changelog

1.0 "Summit"

  • Now accepts 3rd parameter that tells the script whether to just update the readme.txt or re-tag.

1.1 (In Development)

  • Improvements to Shell Script thanks to @bradp
  • Changes and re-wording of some of the output

About

A simple script that lets you deploy a Git repo to WordPress.org SVN. This version accepts parameters for plugin file and WordPress.org username.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages