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

Latest commit

 

History

History
42 lines (23 loc) · 1.34 KB

readme.md

File metadata and controls

42 lines (23 loc) · 1.34 KB

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