We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055fd86 commit b9ca882Copy full SHA for b9ca882
1 file changed
release-wporg.sh
@@ -9,7 +9,6 @@
9
10
SVN_PLUGINS_URL="https://plugins.svn.wordpress.org"
11
SVN_REPO_LOCAL_PATH="release/svn"
12
-WP_ORG_PLUGIN_NAME="${WP_ORG_PLUGIN_NAME:=$CIRCLE_PROJECT_REPONAME}"
13
SVN_REPO_URL="$SVN_PLUGINS_URL/$WP_ORG_PLUGIN_NAME"
14
15
LATEST_GIT_TAG=$(git describe --tags `git rev-list --tags --max-count=1`)
@@ -36,7 +35,7 @@ svn checkout -q "$SVN_REPO_URL" .
36
35
37
rm -rf trunk
38
39
-cp -r "../$CIRCLE_PROJECT_REPONAME" ./trunk
+cp -r "../$WP_ORG_PLUGIN_NAME" ./trunk
40
cp -r ./trunk "./tags/$LATEST_SVN_TAG"
41
42
# Add new files to SVN
0 commit comments