Skip to content

Commit

Permalink
Update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
nesquena committed Oct 13, 2011
1 parent 472b391 commit 0cf36ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rdoc
@@ -1,6 +1,10 @@
= CHANGES

== 0.10.5 (Not Yet Released)
== 0.10.6 (Not Yet Released)

== 0.10.5

* FIX #701 make static script assets work again for generator

== 0.10.4

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -70,7 +70,7 @@ desc "Pushes repository to GitHub"
task :push do
say "Updating and verifying submodules"
sh "git submodule foreach git pull origin master"
sh "ls padrino-gen/lib/padrino-gen/generators/templates/static/"
sh "ls padrino-gen/lib/padrino-gen/generators/templates/static/README.rdoc"
say "Pushing to github..."
sh "git tag #{Padrino.version}"
sh "git push origin master"
Expand Down

0 comments on commit 0cf36ae

Please sign in to comment.