go test -v ./test/
# or, with debug information printed
DEBUG=test go test -v ./test/
- Make a PR, and merge it into master
- Draft a new release https://github.com/tmck-code/pokesay/releases/new
- Give it a new tag and identical release title by incrementing the version
- Generate the release notes automatically
- Run
make all
(or some variation) locally to create the binaries underbuild/bin/
- Upload the bins to the release page
- Then click "Publish Release"! The install script downloads binaries from the most recently-published released