close
Skip to content

Commit aca44d2

Browse files
committed
Use bundle tasks to release
1 parent a40cb99 commit aca44d2

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

‎MAINTAINING.md‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,5 @@ $ git pull
1818
$ vim ./lib/execjs/version.rb
1919
$ git add ./lib/execjs/version.rb
2020
$ git ci -m "ExecJS 2.x.x"
21-
$ git tag v2.x.x
22-
$ git push
23-
$ git push --tags
21+
$ rake release
2422
```

‎Rakefile‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require "rake/testtask"
2+
require "bundler/gem_tasks"
23

34
task :default => :test
45

0 commit comments

Comments
 (0)