mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
Use bundle tasks to release
This commit is contained in:
parent
a40cb99d53
commit
aca44d248c
2 changed files with 2 additions and 3 deletions
|
@ -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
Rakefile
1
Rakefile
|
@ -1,4 +1,5 @@
|
|||
require "rake/testtask"
|
||||
require "bundler/gem_tasks"
|
||||
|
||||
task :default => :test
|
||||
|
||||
|
|
Loading…
Reference in a new issue