Skip to content

Commit

Permalink
Use bundle tasks to release
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Apr 8, 2015
1 parent a40cb99 commit aca44d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions MAINTAINING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,5 @@ $ git pull
$ vim ./lib/execjs/version.rb
$ git add ./lib/execjs/version.rb
$ git ci -m "ExecJS 2.x.x"
$ git tag v2.x.x
$ git push
$ git push --tags
$ rake release
```
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require "rake/testtask"
require "bundler/gem_tasks"

task :default => :test

Expand Down

0 comments on commit aca44d2

Please sign in to comment.