shelljs / shx

Portable Shell Commands for Node
MIT License
1.73k stars 45 forks source link

chore: switch to shelljs-release #63

Closed nfischer closed 8 years ago

nfischer commented 8 years ago

This uses shelljs-release, which is a shelljs implementation of Levi's release script.

The script isn't likely to change much, but at least this will be slightly more modular in case we ever figure out improvements we can make to the release script. Also, this dogfoods our API, which is a smart idea, and lets us do releases from non-unix dev platforms.

Feel free to use this PR as an opportunity to review shelljs-release itself (it seems to work, since I used it to make its own releases).

codecov-io commented 8 years ago

Current coverage is 90.62%

Merging #63 into master will not change coverage

@@             master        #63   diff @@
==========================================
  Files             4          4          
  Lines            32         32          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits             29         29          
  Misses            3          3          
  Partials          0          0          

Powered by Codecov. Last updated by 3cf5ee7...c927140

ariporad commented 8 years ago

LGTM!