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

Commit 5ca2dc5

Browse files
committed
Add version number to script
1 parent 771b43e commit 5ca2dc5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deploy.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#! /bin/bash
22
# See https://github.com/GaryJones/wordpress-plugin-git-flow-svn-deploy for instructions and credits.
33

4+
echo "WordPress Plugin Git-Flow SVN Deploy v1.0.0"
5+
46
echo -e "Plugin Slug: \c"
57
read PLUGINSLUG
68

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

111-
echo "*** FIN ***"
113+
echo "*** FIN ***"

0 commit comments

Comments
 (0)