Overmind
Visit website for more information: www.overmindjs.org.
Maintainer needed
https://gist.github.com/christianalfoni/f1c4bfe320dcb24c403635d9bca3fa40
Release procedure
$ git checkout next
$ git pull
$ npm install # make sure any new dependencies are installed
$ npm run release -- --dry-run --print-release # and check release notes
$ git checkout master
$ git pull
$ git merge --ff-only next
$ git push
VSCode extension is released via .travis.yml
due to limitations of the publishing tool that is unable to use root node_modules folder