Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
Add version number to script
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones committed Aug 20, 2013
1 parent 771b43e commit 5ca2dc5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy.sh
@@ -1,6 +1,8 @@
#! /bin/bash
# See https://github.com/GaryJones/wordpress-plugin-git-flow-svn-deploy for instructions and credits.

echo "WordPress Plugin Git-Flow SVN Deploy v1.0.0"

echo -e "Plugin Slug: \c"
read PLUGINSLUG

Expand Down Expand Up @@ -108,4 +110,4 @@ svn commit --username=$SVNUSER -m "Tagging version $NEWVERSION1"
echo "Removing temporary directory $SVNPATH"
rm -fr $SVNPATH/

echo "*** FIN ***"
echo "*** FIN ***"

0 comments on commit 5ca2dc5

Please sign in to comment.