Skip to content

Commit

Permalink
Update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrizio Monti committed Feb 27, 2015
1 parent b47c8d5 commit b712966
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 1 addition & 4 deletions deploy_to_wporg.sh → deploy.sh
Expand Up @@ -55,10 +55,7 @@ echo "Exporting the HEAD of master from git to the trunk of SVN"
git checkout-index -a -f --prefix=$SVNPATH/trunk/

echo "Ignoring github specific files and deployment script"
svn propset svn:ignore "deploy.sh
README.md
.git
.gitignore" "$SVNPATH/trunk/"
svn propset svn:ignore "deploy.sh README.md .git .gitignore .travis.yml Rakefile docs tests" "$SVNPATH/trunk/"

echo "Changing directory to SVN and committing to trunk"
cd $SVNPATH/trunk/
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Expand Up @@ -5,7 +5,7 @@ Donate link: https://github.com/welaika/wordless
Tags: sass, compass, haml, rails, scss
Requires at least: 3.0
Tested up to: 4.1.1
Stable tag: 0.5.3
Stable tag: 0.5.7
License: The MIT License
License URI: http://www.opensource.org/licenses/MIT

Expand Down Expand Up @@ -40,6 +40,12 @@ detailed README, on [Github](https://github.com/welaika/wordless).

== Changelog ==

= 0.5.6 =

= 0.5.5 =

= 0.5.4 =

= 0.5.3 =

* `44dfe` default wordpress preferences
Expand Down
2 changes: 1 addition & 1 deletion wordless.php
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Wordless
Plugin URI: https://github.com/welaika/wordless
Description: Wordless dramatically speeds up and enhances your custom themes creation, thanks to Sass, Compass, Haml and Coffeescript.
Version: 0.5.3
Version: 0.5.7
Author: weLaika
Author URI: http://welaika.com/
License: The MIT License
Expand Down

0 comments on commit b712966

Please sign in to comment.