1 2 3 4 5
#!/usr/bin/env bash ./version.js --minor-bump VERSION=`./version.js --curent` git commit -a -m "chore(relase): start v$VERSION iteration"