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
(Right Click & Save As)
Note that the in-development version may be unstable.
Replace 1.0-summit
below with master
for the in-development version.
git subtree add --prefix deploy-git-wordpress-org https://github.com/aubreypwd/deploy-git-wordpress-org 1.0-summit --squash
git subtree pull --prefix deploy-git-wordpress-org https://github.com/aubreypwd/deploy-git-wordpress-org 1.0-summit --squash
git submodule add -b 1.0-summit https://github.com/aubreypwd/deploy-git-wordpress-org
- Now accepts 3rd parameter that tells the script whether to just update the readme.txt or re-tag.
- Improvements to Shell Script thanks to @bradp
- Changes and re-wording of some of the output