Skip to content

Commit

Permalink
Latest version of release.sh
Browse files Browse the repository at this point in the history
Resolves #140
  • Loading branch information
benlk committed May 2, 2019
1 parent 0c45e0d commit 2a40560
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#!/usr/bin/env bash
#
# This file is a WordPress.org plugin release script.
# For more about how it works, see the documentation at
# https://github.com/INN/docs/blob/master/projects/wordpress-plugins/release.sh.md
#
RELEASE_DIR=release;
SVN_PATH=$RELEASE_DIR/svn;
SVN_REPO="https://plugins.svn.wordpress.org/link-roundups/";
Expand All @@ -16,6 +21,7 @@ Gruntfile.js
release/\*
tests/\*
node_modules/\*
./\*\*/.\*
);

function ensure_release_dir() {
Expand Down Expand Up @@ -278,6 +284,9 @@ function help_text() {
echo "";
echo "--help: Display this help screen and exit.";
echo "";
echo "For more information about this script, see:
https://github.com/INN/docs/blob/master/projects/wordpress-plugins/release.sh.md";
echo "";
exit 0;
}

Expand Down

0 comments on commit 2a40560

Please sign in to comment.