prebump: 666 git fetch --tags origin master && 666 git pull origin master
preversion: philea -s"666 go vet %s" "666 go-fmt-fail %s" \
&& 666 go run main.go \
&& 666 changelog finalize --version !newversion! \
&& 666 commit -q -m "changelog: !newversion!" -f change.log

postversion: 666 changelog md -o CHANGELOG.md --vars='{"name":"go-fmt-fail"}' \
&& 666 commit -q -m "changelog: !newversion!" -f CHANGELOG.md \
&& 666 git push && 666 git push --tags \
&& 666 gh-api-cli create-release -n release -o mh-cbon -r go-fmt-fail \
--ver !newversion! -c "changelog ghrelease --version !newversion!" \
--draft !isprerelease! \
&& 666 go install
